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: How to identify large transactions

Re: How to identify large transactions

From: biti_rainy <biti_rainy_at_itpub.net>
Date: Wed, 5 Jan 2005 20:34:48 +0800
Message-Id: <20050105123521.2C4B772CA92@turing.freelists.org>


hi,John Dunn

   you can query the v$transaction: start time /used blocks , or v$lock.ctime    and you can join v$transaction.addr to v$session.paddr ,find out the hash_value and sql address ,then join to v$sqlarea(v$sqltext).

Best regards

msn: biti_rainy_at_hotmail.com
a dba from alibaba(china)

        


--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jan 05 2005 - 06:30:44 CST

Original text of this message

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