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: No data in the sql_address column of v$session

RE: No data in the sql_address column of v$session

From: <oracle-l-bounce_at_freelists.org>
Date: Tue, 4 Oct 2005 09:31:07 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C4503D3FAB6@NT15.oneneck.corp>


Not true.

SQL>select hash_value, sql_text from v$sql where upper(sql_text) in ('COMMIT','ROLLBACK');

HASH_VALUE SQL_TEXT
---------- --------
1470906206 ROLLBACK
3615375148 COMMIT
3615375148 COMMIT
 242587281 commit

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Christian Antognini

Even a COMMIT or ROLLBACK has no entry in V$SQL...

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 Tue Oct 04 2005 - 11:33:56 CDT

Original text of this message

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