Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: urgent help needed conversion
Jeroen
it might indicate that your batch program is busy and doing stuff. the wait event you have mentioned is a idle wait event. In your next run, i would recommend that have breakpoints coded in the batch that writes into a error/log table about status and where the pgm has reached. also write a commit after u insert into the log table;
are there any locking issues going on. take entire dump of wait/p1, p2, p3 from v$session_wait where wait=0(waiting) and post it
Deepak
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Deepak Thapliyal INET: deepakthapliyal_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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 Nov 12 2001 - 15:29:29 CST
![]() |
![]() |