limit runtime of a JOB
25447Jun 19 2007 — edited Sep 2 2008create a job, job_scan
run the job_scan
works great.
Can I tell job_scan to STOP_JOB, FORCE=TRUE after so many minutes in an attribute? I could not find it..
I can write ANOTHER job to monitor what JOBS are running, and if it job_scan runs over XX minutes, then DBMS_SCHEDULER.stop_job('xxx',TRUE);
Thx