Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
ALL_SCHEDULER_JOB_CLASSES
displays information about the Scheduler job classes accessible to the current user.
DBA_SCHEDULER_JOB_CLASSES
displays information about all Scheduler job classes in the database.
Column | Datatype | NULL | Description |
---|---|---|---|
JOB_CLASS_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the Scheduler job class |
RESOURCE_CONSUMER_GROUP |
VARCHAR2(30) |
Resource consumer group associated with the class | |
SERVICE |
VARCHAR2(64) |
Name of the service the class is associated with | |
LOGGING_LEVEL |
VARCHAR2(11) |
Amount of logging that will be done pertaining to the class:
|
|
LOG_HISTORY |
NUMBER |
History (in days) to maintain in the job log for the class | |
COMMENTS |
VARCHAR2(240) |
Comments on the class |
See Also:
"DBA_SCHEDULER_JOB_CLASSES"