|
|
|
|
|
|
|
|
Re: Fetching the last DML statements exectuted. [message #422422 is a reply to message #422262] |
Wed, 16 September 2009 05:22 |
ayush_anand
Messages: 417 Registered: November 2008
|
Senior Member |
|
|
One more solution I stumbled upon::
Frequently, people want to know what SQL their application actually executes. They cannot modify the application and setting SQL_TRACE ON is far too costly.
Using an ON LOGON trigger for some users of the application, you can automatically capture, into the OUTLINE tables, all of the SQL the application executes at runātime. You can use this for tuning or analysis later.
[Source Expert one on one Oracle Tom Kytes]
[Updated on: Wed, 16 September 2009 05:24] Report message to a moderator
|
|
|