Scheduler job not stopping
655497Oct 1 2008 — edited Oct 2 2008I'm trying to stop a job run using DBMS_SCHEDULER package. However, I get the following error while doing so:
ERROR at line 1:
ORA-27365: job has been notified to stop, but failed to do so immediately
ORA-06512: at "SYS.DBMS_ISCHED", line 178
ORA-06512: at "SYS.DBMS_SCHEDULER", line 544
ORA-06512: at line 14
Any ideas!