| |
 |
|
Oracle Tips by Burleson |
Chapter 2 -
Configuring Oracle Job Scheduling
Overview and
Examples of dbms_job Functions
PROCEDURE instance (
job IN BINARY_INTEGER,
instance IN BINARY_INTEGER,
force IN BOOLEAN DEFAULT FALSE)
PROCEDURE interval (
job IN BINARY_INTEGER,
interval IN VARCHAR2)
PROCEDURE change (
job IN BINARY_INTEGER,
what IN VARCHAR2,
next_date IN DATE,
interval IN VARCHAR2,
instance IN BINARY_INTEGER DEFAULT NULL,
force IN BOOLEAN DEFAULT FALSE)
The what, next_date, instance and
interval procedures allows the individual attributes of the
same name to be altered, while the change procedure allows all of
them to be altered in one go, effectively replacing the existing
job. The examples below show how the procedures can be used:
|
Download your Oracle scripts now:
www.oracle-script.com
The
definitive Oracle Script collection for every Oracle professional DBA
|
|