setTraceMode
Syntax
setTraceMode(mode)
Arguments
mode is a Boolean for enabling (true) and disabling (false) SQL tracing.
Details
Enable or disable SQL tracing of SQL statements.
Note:
-
Execute
setTraceMode(true)
to enable SQL tracing and executesetTraceMode(false)
to disable it. -
This command must be executed separately from the script you want to trace.