This is a discussion on Create a class with wrapper methods for DBMS_APPLICATION_INFO within the Oracle Database forums, part of the Database category; and call the appropriate class.method before executing the SQL you want to trace. -- and remember to clear DBMS_APPLICATION_INFO after ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Create a class with wrapper methods for DBMS_APPLICATION_INFO
and call the appropriate class.method before executing the SQL you want to trace. -- and remember to clear DBMS_APPLICATION_INFO after running the SQL you want to trace.
You could also create methods to turn on and off SQL tracing. For those of you wondering what DBMS_APPLICATION_INFO is, check Tom Kyte's "Ask Tom" section on Oracle's website. There's also something in his book. |