RE: Reading UNDO and displaying it in v$session
Date: Thu, 3 Apr 2008 09:32:56 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C450B1AF40E@NT15.oneneck.corp>
Hi Milen,
I believe the purpose of row_wait_obj#, and the other row_wait columns is only to report relevant information when a session is waiting on a blocking lock, i.e. the "enqueue" wait event for a TX (aka Transaction) lock. Here are the column descriptions from the documentation:
http://stanford.edu/dept/itss/docs/oracle/10g/server.101/b10755/dynviews
_2073.htm
<http://stanford.edu/dept/itss/docs/oracle/10g/server.101/b10755/dynview
s_2073.htm>
Please note the following:
ROW_WAIT_ROW# - Current row being locked. This column is valid only if the session is currently waiting for another transaction to commit and the value of ROW_WAIT_OBJ# is not -1. (emphasis mine)
Regards,
Brandon
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-lReceived on Thu Apr 03 2008 - 11:32:56 CDT