DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.CDB_SCHEDULER_JOB_ROLES

Object Details
Object Name: CDB_SCHEDULER_JOB_ROLES
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

All scheduler jobs in the database by database role in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the scheduler job
JOB_NAME VARCHAR2 (30) Yes Name of the scheduler job
JOB_SUBNAME VARCHAR2 (30)
Subname of the scheduler job (for a job running a chain step)
JOB_CREATOR VARCHAR2 (128)
DATABASE_ROLE VARCHAR2 (16)
PROGRAM_OWNER VARCHAR2 (4000)
Owner of the program associated with the job
PROGRAM_NAME VARCHAR2 (4000)
Name of the program associated with the job
JOB_TYPE VARCHAR2 (16)
Inlined job action type
JOB_ACTION VARCHAR2 (4000)
Inlined job action
JOB_CLASS VARCHAR2 (30)
Name of job class associated with the job
SCHEDULE_OWNER VARCHAR2 (4000)
Owner of the schedule that this job uses (can be a window or window group)
SCHEDULE_NAME VARCHAR2 (4000)
Name of the schedule that this job uses (can be a window or window group)
SCHEDULE_TYPE VARCHAR2 (12)
Type of the schedule that this job uses
START_DATE TIMESTAMP(6) WITH TIME ZONE (13)
Original scheduled start date of this job (for an inlined schedule)
REPEAT_INTERVAL VARCHAR2 (4000)
Inlined schedule PL/SQL expression or calendar string
END_DATE TIMESTAMP(6) WITH TIME ZONE (13)
Date after which this job will no longer run (for an inlined schedule)
LAST_START_DATE TIMESTAMP(6) WITH TIME ZONE (13)
ENABLED VARCHAR2 (5)
Whether the job is enabled
STATE VARCHAR2 (15)
Current state of the job
COMMENTS VARCHAR2 (240)
Comments on the job
CON_ID NUMBER

container id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      JOB_NAME
,      JOB_SUBNAME
,      JOB_CREATOR
,      DATABASE_ROLE
,      PROGRAM_OWNER
,      PROGRAM_NAME
,      JOB_TYPE
,      JOB_ACTION
,      JOB_CLASS
,      SCHEDULE_OWNER
,      SCHEDULE_NAME
,      SCHEDULE_TYPE
,      START_DATE
,      REPEAT_INTERVAL
,      END_DATE
,      LAST_START_DATE
,      ENABLED
,      STATE
,      COMMENTS
,      CON_ID
FROM SYS.CDB_SCHEDULER_JOB_ROLES;

Dependencies

[top of page]

SYS.CDB_SCHEDULER_JOB_ROLES does not reference any database object

SYS.CDB_SCHEDULER_JOB_ROLES is referenced by following:

SchemaPUBLIC
SynonymCDB_SCHEDULER_JOB_ROLES