How to Disable All Scheduler Jobs
If you want to disable all scheduler jobs definitely and know all the consequences, you may set JOB_QUEUE_PROCESSES to 0 to stop initiating any job process.
oracle configurationintermediate
by OracleDba
11 views
If you want to disable all scheduler jobs definitely and know all the consequences, you may set JOB_QUEUE_PROCESSES to 0 to stop initiating any job process.
1234567891011
SQL> alter system set job_queue_processes=0 scope=memory;
System altered.
SQL> alter system set job_queue_processes=0 scope=both;
System altered.
SQL> alter system set job_queue_processes=0 scope=both sid='*';
System altered.Please to add comments
No comments yet. Be the first to comment!