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: Block dump - Uncommitted TXN - Help Urgent

RE: Block dump - Uncommitted TXN - Help Urgent

From: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Tue, 19 Sep 2006 22:45:15 +0200
Message-ID: <F2C9CCA71510B442AF71446CAE8AEBAF6159EF@MSXVS04.trivadis.com>

 

> I was thinking of INITRANS , is there a way to track that from
> v$lock,
> I remember once Steve Adams answering some body looking at v$lock
> looking at Request Column, not sure though

Hi

Here an example of sessions waiting for a transaction slot:

SQL> SELECT event FROM v$session_wait WHERE sid = 12;

EVENT



enqueue

SQL> SELECT type, id1, id2, lmode, request FROM v$lock WHERE sid = 12;

TY ID1 ID2 LMODE REQUEST -- ---------- ---------- ---------- ----------

TM      34522          0          3          0
TX     393247       9877          0          4

As you can see the request mode is S (4).

HTH
Chris

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Sep 19 2006 - 15:45:15 CDT

Original text of this message

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