Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Chasing a session...
Depending on how the application is written, then V$OPEN_CURSOR might provide what you are looking for -- a "history" of SQL statements executed by a session. However, it is at best only the most primitive of logging for that purpose, and if the application takes care to close unused cursors, it will be a misleadingly incomplete history. So, you almost have to hope for a sloppily written application, which is sadly not too much to hope for... :-)
Just an idea...
On Thu, 24 Aug 2006 19:24:13 +0400, Vadim Bobrov wrote
> Not, unless you traced it. And then you would get this info from a trace file, not from v$ views
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Aug 24 2006 - 10:35:55 CDT
![]() |
![]() |