DBA Hub

📋Steps in this guide1/1

View all scheduler schedules

set pagesize 200 set lines 299 col START_DATE for a45 col REPEAT_INTERVAL for a45 col schedule_name for a34 select schedule_name, schedule_type, start_date, repeat_interval from dba_scheduler_schedules;

oracle configurationintermediate
by OracleDba
12 views
1

View all scheduler schedules

Code/Command (click line numbers to comment):

1
2
3
4
5
6
set pagesize 200
set lines 299
col START_DATE for a45
col REPEAT_INTERVAL for a45
col schedule_name for a34
select schedule_name, schedule_type, start_date, repeat_interval from dba_scheduler_schedules;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!