Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: strange problem with the job queue
did u change the init.ora parameter?
-----Original Message-----
Sent: segunda-feira, 19 de Maio de 2003 14:11
To: Multiple recipients of list ORACLE-L
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: <rgaffuri_at_cox.net
INET: rgaffuri_at_cox.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).
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 May 19 2003 - 10:31:48 CDT