divers ajouts de scripts sql

This commit is contained in:
Yacine31
2022-04-16 17:20:15 +02:00
parent 25a483862d
commit bdbcfa9277
5 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
SELECT owner, job_name, job_type, state, TRUNC(start_date) SDATE, TRUNC(next_run_date) NXTRUN, failure_count
FROM dba_scheduler_jobs
WHERE failure_count <> 0;