Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: strange problem with the job queue
Have you specified an INTERVAL for it to be re-executed?
Is there anything REMOVing your jobs?
I have a package that submits about 70 jobs to the job queue. Basically Im rebuilding tables and indices in a schema in parallel. Worked fine on Friday.
I run it today. All the jobs get submitted. I know this, by select from DBA_JOBS and then from USER_JOBS. 30 seconds later all the jobs have been removed from the job queue and were not run.
I know they were not run because I have a simple insert statement at the beginning of each job to a log table.
I then submitted them again and ran them by hand. I can run them for about 30 seconds before it says the jobs no longer exist in the job queue. Again the jobs are not getting run. I know this because my log table is not being inserted to.
any idea? Im stumped.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Kaing, Leng
INET: Leng.Kaing_at_team.telstra.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 May 22 2003 - 03:31:38 CDT