Tracing an entire database

To enable SQL tracing for the entire database, execute:

To stop, execute:

Trace output is written to the database's UDUMP directory.

The default name for a trace files is INSTANCE_PID_ora_TRACEID.trc where:

INSTANCE is the name of the Oracle instance,
PID is the operating system process ID (V$PROCESS.OSPID); and
TRACEID is a character string of your choosing.

References

désert/Oracle/Trace (last edited 2016-11-11 16:24:44 by localhost)