 |
|
Oracle Tips by Burleson |
Chapter 2 -
Configuring Oracle Job Scheduling
Windows
job_user@db10g> @windows
WINDOW_NAME RESOURCE_PLAN
ENABL ACTIV
------------------------------
----------------------- ----- -----
TEST_WINDOW_1 TRUE FALSE
TEST_WINDOW_2 TRUE FALSE
WEEKEND_WINDOW
TRUE TRUE
WEEKNIGHT_WINDOW
TRUE FALSE
4 rows selected.
Figure 2.14 shows the Scheduler Windows screen
in the OEM 10g DB Control.
Figure 2.14 – OEM 10g DB Control: Scheduler
Windows
The server normally controls the opening and
closing of windows, but they also can be opened and closed manually
using the open_window and close_window procedures.
PROCEDURE open_window (
window_name IN VARCHAR2,
duration IN INTERVAL DAY TO
SECOND,
force IN BOOLEAN DEFAULT
FALSE)
Download your Oracle scripts now:
www.oracle-script.com
The
definitive Oracle Script collection for every Oracle professional DBA
|
|