Database Administration (MOSC)

MOSC Banner

Disabling all DBMS_SCHEDULER jobs

edited Sep 20, 2010 3:34AM in Database Administration (MOSC) 14 commentsAnswered
 Hi ,
When performing test recoveries of a database , I need  to prevent database jobs from running application processes such as (a) sending emails; or (b) logging events to a central logging database.

In order to accomplish this, we set the job_queue_processes to zero before opening the database.

Thus no dbms_jobs run on the open instance, but it does not prevent dbms_scheduler jobs from running.

How can we prevent any dbms_scheduler jobs from running?

I have looked at setting the MAX_JOB_SLAVE_PROCESSES attribute using DBMS_SCHEDULER.SET_SCHEDULER_ATTRIBUTE, but this cannot be set to zero.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center