Update 36_check_failed_cheduler_jobs.sql
This commit is contained in:
@@ -2,6 +2,6 @@ prompt <h2>Failed scheduled jobs </h2>
|
|||||||
SELECT owner, job_name, job_type, state, TRUNC(start_date) SDATE, TRUNC(next_run_date) NXTRUN, failure_count
|
SELECT owner, job_name, job_type, state, TRUNC(start_date) SDATE, TRUNC(next_run_date) NXTRUN, failure_count
|
||||||
FROM dba_scheduler_jobs
|
FROM dba_scheduler_jobs
|
||||||
WHERE failure_count <> 0;
|
WHERE failure_count <> 0;
|
||||||
exit
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user