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: dbms_job failed to execute

RE: dbms_job failed to execute

From: Cirillo, Joe <joe.cirillo_at_eds.com>
Date: Thu, 27 Oct 2005 10:11:09 -0500
Message-ID: <FCA1C218F78C01469DEC729AD9F38D64025B6889@usplm232.amer.corp.eds.com>


Is it possible that the init.ora parameter job_queue_processes was altered when the database was restarted following the cold backup ?  

If that parameter is set to zero the jobs will not run.  

	-----Original Message-----
	From: oracle-l-bounce_at_freelists.org

[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Magnus Andersen
Sent: Thursday, October 27, 2005 11:04 AM To: Igor Neyman Cc: oracle-l_at_freelists.org Subject: Re: dbms_job failed to execute Igor, The database only goes down Saturday mornings for cold backup.
I'm doing hot backups the rest of the week. I'm thinking about changing this to only to hot backups since I've read that there is no reason to do the cold, but that is an other thread I might start to iron that out. My guess is that the problem started saturday, but I didn't catch the issue before Tuesday morning. The reason you see all the jobs executed this morning is that I had to run them manually. We have several processes that are depending on these procedures being run. They do not execute on their own.         

        Hope this makes sense.         

        Magnus                  

        On 10/27/05, Igor Neyman <ineyman_at_perceptron.com> wrote:

                Magnus,                  

                When you are saying that jobs stopped executing on Tuesday, does it mean that they were not executed since then?

                Your output from dba_jobs shows that all your jobs were executed this morning (probably when your instance was started) and they all are scheduled to be executed tomorrow at different times (probably, as they are supposed to).                  

                The reason they all were executed this morning right after instance started is that most probably your instance was down at the time when they were scheduled to be executed, and when oracle starts, it checks if it missed to execute some jobs while the instance was down.

                And if it finds such jobs that "missed" their scheduled time, it will execute them immediately (not waiting for next scheduled time).                  

		HTH
		Igor

________________________________

		From: oracle-l-bounce_at_freelists.org

[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Magnus Andersen
Sent: Thursday, October 27, 2005 10:17 AM Cc: oracle-l_at_freelists.org Subject: Re: dbms_job failed to execute I found two trace files with the same time stamp on
them. These are the closest to when I saw the problem. Could this have "hung" since the database bounced?                 
		-- 
		Magnus Andersen
		Systems Administrator / Oracle DBA
		Walker & Associates, Inc.
		
		
		Trace file information...
		
		Dump file /opt/oracle/ora92/rdbms/log 
		/prd/bdump/prd_j000_9659.trc
		Oracle9i Enterprise Edition Release 9.2.0.6.0 -
Production
		With the Partitioning, OLAP and Oracle Data Mining
options
		JServer Release 9.2.0.6.0 - Production
		ORACLE_HOME = /opt/oracle/ora92
		System name:    Linux
		Node name:      oraprd.walkerassoc.com
<http://oraprd.walkerassoc.com/> 
		Release:        2.4.21-32.0.1.ELsmp
		Version:        #1 SMP Tue May 17 17:52:23 EDT 2005
		Machine:        i686
		Instance name: prd
		Redo thread mounted by this instance: 1
		Oracle process number: 28
		Unix process pid: 9659, image:

oracle_at_oraprd.walkerassoc.com (J000)                 
	-- 
	Magnus Andersen
	Systems Administrator / Oracle DBA
	Walker & Associates, Inc. 


--
http://www.freelists.org/webpage/oracle-l
Received on Thu Oct 27 2005 - 10:15:11 CDT

Original text of this message

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