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: Subject: Batch load freezes every couple of minutes

Re: Subject: Batch load freezes every couple of minutes

From: Ranko Mosic <mosicr_at_rogers.com>
Date: Tue, 19 Apr 2005 22:05:51 -0400
Message-ID: <00ba01c5454d$7aba3870$54369c18@vv4xpaygpndtkd>


Wish I could, load is finished now. Ran utllockt, got nothing back.

Run this query when the "hang" is happening

SELECT DECODE(request,0,'Holder: ','Waiter: ')||sid sess,

         id1, id2, lmode, request, type
    FROM V$LOCK
   WHERE (id1, id2, type) IN

             (SELECT id1, id2, type FROM V$LOCK WHERE request>0)    ORDER BY id1, request
/

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Apr 19 2005 - 22:05:25 CDT

Original text of this message

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