Saturday, September 4, 2010 11:40

Enable SQL Trace in Documentum

Tagged with:
Posted by ukoom on Saturday, March 28, 2009, 21:21
This news item was posted in Documentum category and has 0 Comments so far.

To enable sql_trace FOR A SESSION, ise the following API:

“execsql,c,alter session set sql_trace =3D TRUE”

Then, run the DQL statements you wish to trace.

This will generate a *.trc file in one of two locations on the set up of the installation The <ora_sid>_<pid>_ORA.trc can be found in either:
“$ORACLE_HOME/rdbms/log” or “$ORACLE_BASE/admin/<orasid>/udump”

Related Posts

Leave a Reply

You can leave a response, or trackback from your own site.