DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: howto: disable dbms job

  1. #1
    Join Date
    Apr 2001
    Posts
    11
    can anyone provide some information on how to disable a dbms job. ??
    thanks
    carl

  2. #2
    Join Date
    Feb 2001
    Location
    Paris, France
    Posts
    809
    if you want to stop all jobs, you can change init parameter JOB_QUEUE_PROCESSES ... if you set it to 0, no job will run.
    else if you just want to work on 1 job, you can either remove it (= delete it), or if you just want to disable it for a time, use dbms_job.broken, so it won't run next time, until you act on it again

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width