 |
|
Oracle Tips by Burleson |
Chapter 2 -
Configuring Oracle Job Scheduling
Window Groups
Figure 2.16 shows the Scheduler Window Groups screen in the OEM 10g
DB Control.
Figure 2.16 – OEM 10g DB Control: Scheduler
Window Groups
Windows can be added and removed from a group
using the add_window_group_member and
remove_window_group_member procedures, respectively.
PROCEDURE add_window_group_member (
group_name IN VARCHAR2,
window_list IN VARCHAR2)
PROCEDURE remove_window_group_member (
group_name IN VARCHAR2,
window_list IN VARCHAR2)
The parameters associated with these procedures
and their usage are as follows:
The following example creates a new window,
adds it to a group and then removes it from the group.
Figure 2.17 shows the Edit Window Group screen
in the OEM 10g DB Control. Windows can be added and removed from a
window group using this screen.
Figure 2.17 – OEM 10g DB Control: Edit
Window Group
Download your Oracle scripts now:
www.oracle-script.com
The
definitive Oracle Script collection for every Oracle professional DBA
|
|