View all scheduler schedules - Oracle Database Script.
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;