RE: job queue processes changing behind the scenes
Date: Wed, 6 Mar 2013 14:37:51 +0000
Message-ID: <BD475CE0B3EE894DA0CAB36CE2F7DEB40104652990_at_LITIGMBCRP02.Corp.Acxiom.net>
Josh,
Dump your spfile to a pfile and review the contents, checking for "job_queue_processes". I had a situation where I was making a change for all instances in the RAC ("sid = '*'") but someone previously had set values per instance. What happens is the instance settings follow the RAC settings and being the last ones listed they get chosen. Dumping to pfile showed me something like:
*.job_queue_processes=10
dchdb1.job_queue_processes=6
So although I set the queue to 10 instance 1 would get started with 6.
DAVID HERRING
DBA
Acxiom Corporation
EML dave.herring_at_acxiom.com TEL 630.944.4762 MBL 630.430.5988
1501 Opus Pl, Downers Grove, IL 60515, USA WWW.ACXIOM.COM
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Josh Collier Sent: Monday, March 04, 2013 10:33 PM
To: oracle-l_at_freelists.org
Subject: RE: job queue processes changing behind the scenes
sorry there was a typo.
alter system set job_queue_processes=8 scope=both;
From: oracle-l-bounce_at_freelists.org [oracle-l-bounce_at_freelists.org] on behalf of Josh Collier [Josh.Collier_at_banfield.net] Sent: Monday, March 04, 2013 4:20 PM
To: oracle-l_at_freelists.org
Subject: job queue processes changing behind the scenes
10g R2
Linux
spfile only, I have deleted in init.ora file to avoid confusion the database is open
show parameters job queue processes 2
alter database set job_queue_processes? scope=both; shutdown abort startup nomount show parameter job
job_queue_processes=2
what could be changing the parameter behind the scenes on me. I suspect a bug.
--
http://www.freelists.org/webpage/oracle-l--
http://www.freelists.org/webpage/oracle-l
The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged.
If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.
If you have received this communication in error, please resend this communication to the sender and delete the original message or any copy of it from your computer system.
Thank You.
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Mar 06 2013 - 15:37:51 CET