Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: disable SNP job processing temporarily

Re: disable SNP job processing temporarily

From: Jeremiah Wilton <jwilton_at_speakeasy.net>
Date: Mon, 04 Nov 2002 07:18:51 -0800
Message-ID: <F001.004FB003.20021104071851@fatcity.com>


How about:

  1. alter system set job_queue_processes = 0;
  2. wait for nothing to be running in dba_jobs_running
  3. do your stuff
  4. alter system set job_queue_processes = 5;
--
Jeremiah Wilton
http://www.speakeasy.net/~jwilton

On Mon, 4 Nov 2002, Markham, Richard wrote:


> I have job_queue_processes 5 and job_queue_interval 3
> I need to release locks on packages for a recompile
> but ALTER SYSTEM ENABLE RESTRICTED SESSION; is not
> always an option for me. Does anyone know what I can
> do to suspend job processing (with minimal impact).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jeremiah Wilton INET: jwilton_at_speakeasy.net Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Received on Mon Nov 04 2002 - 09:18:51 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US