| Oracle® Database Reference 11g Release 1 (11.1) Part Number B28320-01  | 
  | 
  | 
View PDF | 
ALL_SCHEDULER_JOB_CLASSES displays information about the Scheduler job classes accessible to the current user.
Related View
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"