Hi Experts,
I have three scheduler jobs, say - JOB_INFLOW (runs every 1 min), JOB_OUTFLOW_1 & JOB_OUTFLOW_2 (both runs once a day at 22:00 hrs).
My requirement is - once the JOB_OUTFLOW_1 and _2 starts at 22:00, the JOB_INFLOW should be stopped. Once both OUTFLOW_1 and _2 completes, resume the INFLOW job again.
I tried - disabling INFLOW job while starting OUTFLOW jobs, but if the former is in running state it will throw an exception.
Any suggestions how to achieve this ?
Is chaining the only way using DBMS_SCHEDULER ?
Thanks and Regards,
- Ranit
( on Oracle 11.2.0.4.0 )