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 the SQL being rolled back?

RE: How to identify the SQL being rolled back?

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Fri, 26 Aug 2005 12:28:16 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C45023614CB@NT15.oneneck.corp>


Thanks Jared - nice script. Unfortunately it doesn't tell me what I want to know - it still shows only the "ROLLBACK" from v$sql, but I'm trying to find *what* is being rolled back - either the original SQL statements, or at least the objects that are being rolled back. Any more ideas?

SQL> @showtrans

                                       Recur               Used         Used
O/S      Oracle           R-S    Space sive  No             Rbs          RBS        Logical       Physical
User     Userid       SID Name   Trans Trans Undo          Blks         Recs        IO Blks        IO Blks

-------- ---------- ----- ------ ----- ----- ----- ------------ ------------ -------------- --------------
Current
Statement
SYSTEM   TRIRIGA      307 _SYSSM NO    NO    NO         138,823    7,804,812    104,698,963      2,298,711
                          U7$

ROLLBACK
-----Original Message-----

From: Jared Still [mailto:jkstill_at_gmail.com] Sent: Friday, August 26, 2005 12:13 PM

You might try the script below.

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--

http://www.freelists.org/webpage/oracle-l Received on Fri Aug 26 2005 - 14:28:54 CDT

Original text of this message

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