Oracle Solution for Error ora-27365

Solution for Oracle Error ORA-27365

ORA-27365: job has been notified to stop, but failed to do so immediately

What triggered the Error:

e job specified in the stop_job command cannot be stopped immediately(because it is rolling back or blocked on a network operation), but it has been notified to stop. This means it will be stopped as soon as possible after its current uninterruptable operation is done.

What should we do to fix it:

action is required for the job to be stopped, but calling stop_job with force (if you have the privilege) may cause the job to be stopped sooner.