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: sol beach <sol.beach_at_gmail.com>
Date: Tue, 19 Apr 2005 16:42:05 -0700
Message-ID: <40a16b36050419164267d6ad26@mail.gmail.com>


Run this query when the "hang" is happening

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

         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 - 19:46:13 CDT

Original text of this message

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