Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to permanently kill a DBMS_JOB

K CannellJan 23 2008 — edited Jan 23 2008
... prior to that 16 failures.

I have two jobs that I want to permanently kill.
I have set them to BROKEN.
I have set job_queue_processes = 0;
I have killed off all sessions related to these jobs.

As soon as I reset job_queue_processes back > 0 (to 10), the old processes restart (with their old session id's) and then the job is set to UNbroken!

How do I totally get rid of these jobs, withot having to wait out the 16 failures .

Also, do DBMS_SCHEDULER jobs follow this same 16x failure behavior if the job fails ?
These re unexpected failures due ot resource problems - it is NOT ok to just let them run, they will hang the system (again) and fail gain.

Thank you,
Karen
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 20 2008
Added on Jan 23 2008
2 comments
4,488 views