DBA Hub

📋Steps in this guide1/1

Scheduler job detail in CDB

select CON_ID, JOB_NAME,JOB_TYPE,ENABLED, STATE,NEXT_RUN_DATE, REPEAT_INTERVAL from cdb_scheduler_jobs;

oracle configurationintermediate
by OracleDba
12 views
1

Scheduler job detail in CDB

Code/Command (click line numbers to comment):

1
select CON_ID, JOB_NAME,JOB_TYPE,ENABLED, STATE,NEXT_RUN_DATE, REPEAT_INTERVAL from cdb_scheduler_jobs;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!