Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: DBMS_JOB : Can submit but does not execute
Maybe this is stating the obvious, but make sure you do a COMMIT after
submitting the job. - Dave
-----Original Message-----
Sent: Thursday, February 20, 2003 6:59 AM
To: Multiple recipients of list ORACLE-L
In 8i I have had bad luck of submitting it at sysdate and they don't fire ...
Once I got burned, I can afford 5 seconds ... if it is that critical, dbms_job isn't the tool for that job anymore.
Raj
-----Original Message-----
<mailto:Rich.Jesse_at_qtiworld.com> ]
Sent: Wednesday, February 19, 2003 10:29 AM
To: Multiple recipients of list ORACLE-L
That shouldn't matter. Look at DBA_JOBS when you startup an instance after it's been down for a while (not that it would ever happen!). All pending jobs (nextdate <= SYSDATE) should be firing, at least as many job_queue_processes as you have in the init.ora.
Rich
Rich Jesse System/Database Administrator rich.jesse_at_qtiworld.com Quad/Tech International, Sussex, WI USA
-----Original Message-----
Sent: Wednesday, February 19, 2003 8:29 AM
To: Multiple recipients of list ORACLE-L
Also as a practice, I always submit sysdate + 5 seconds instead of sysdate. Raj
-----Original Message-----
Sent: Wednesday, February 19, 2003 7:34 AM
To: Multiple recipients of list ORACLE-L
Make sure job_queue_processes > 0. Also check job_queue_interval.
Jay Hostetter
Oracle DBA
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
<http://www.orafaq.net>
--
Author: Jesse, Rich
INET: Rich.Jesse_at_qtiworld.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com
<http://www.fatcity.com>
San Diego, California -- Mailing list and web hosting services
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author:
INET: David.Schmoldt_at_gazettecommunications.com
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 Thu Feb 20 2003 - 19:13:45 CST