dbms_scheduler - Scheduling job to run every 10 minutes.
We have an inquiry related to the Dbms_Scheduler utility. We have a job we'd like to schedule via the Dbms_Scheduler utility that would run every 10 minutes. Question is what would have if the job launched say at 1:00 PM and by the 1:10 PM when the job is set to launch again but the previous job that launched at 1:00 PM hasn' completed? Thanks for your help.