Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Operations in huge transaction slow down suddenly. Why?

Re: Operations in huge transaction slow down suddenly. Why?

From: ana <anacedent_at_hotmail.com>
Date: Fri, 17 Dec 2004 09:27:53 -0800
Message-ID: <32gj80F3l8dpqU1@individual.net>

"Bernhard Graeuler" <fuerspam_at_gmx.de> wrote in message news:32ge68F3mhfnuU1_at_individual.net...
> Hi,

Run this SQL while the slowerdown is happening. If this return no rows then you don't have an enqueue problem.

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
/ Received on Fri Dec 17 2004 - 11:27:53 CST

Original text of this message

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