 |
|
Oracle Tips by Burleson |
Chapter 2 -
Configuring Oracle Job Scheduling
Windows
The output from the windows.sql script confirms that the windows
have been removed successfully.
SQL> @windows
WINDOW_NAME RESOURCE_PLAN
ENABL ACTIV
------------------------ -----------------
----- -----
WEEKEND_WINDOW
TRUE TRUE
WEEKNIGHT_WINDOW
TRUE FALSE
2 rows selected.
The following section will show how to group
related windows together using window groups.
Window Groups
A window group is a collection of related
windows, which can be assigned to the schedule_name parameter
of a job instead of a schedule object. It can be created with zero,
one or many windows as group members using the
create_window_group procedure.
PROCEDURE create_window_group(
group_name IN VARCHAR2,
window_list IN VARCHAR2 DEFAULT
NULL,
comments IN VARCHAR2 DEFAULT
NULL)
Download your Oracle scripts now:
www.oracle-script.com
The
definitive Oracle Script collection for every Oracle professional DBA
|
|