[Home] [Help]
[Dependency Information]
| Object Name: | DBA_SCHEDULER_JOB_CLASSES |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All scheduler classes in the database
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | Owner of the scheduler class |
| JOB_CLASS_NAME | VARCHAR2 | (128) | Yes | Name of the scheduler class |
| RESOURCE_CONSUMER_GROUP | VARCHAR2 | (128) | Resource consumer group associated with the class | |
| SERVICE | VARCHAR2 | (64) | Name of the service this class is affined with | |
| LOGGING_LEVEL | VARCHAR2 | (11) | Amount of logging that will be done pertaining to this class | |
| LOG_HISTORY | NUMBER | The history to maintain in the job log (in days) for this class | ||
| COMMENTS | VARCHAR2 | (240) | Comments on this class |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, JOB_CLASS_NAME
, RESOURCE_CONSUMER_GROUP
, SERVICE
, LOGGING_LEVEL
, LOG_HISTORY
, COMMENTS
FROM SYS.DBA_SCHEDULER_JOB_CLASSES;
SYS
OBJ$
SCHEDULER$_CLASS
USER$
PUBLIC
DBA_SCHEDULER_JOB_CLASSES
SYS
DBA_AUTOTASK_CLIENT
DBMS_FEATURE_JOB_SCHEDULER
- show dependent code
DBMS_STATS_INTERNAL
- show dependent code
|
|
|
|