Description
Provide a SQL command that turns tracing on and off. For example, Oracle has this:
ALTER SESSION SET sql_trace = true; ALTER SESSION SET sql_trace = false;
We might consider allowing the sampling rate to be set as well.
Provide a SQL command that turns tracing on and off. For example, Oracle has this:
ALTER SESSION SET sql_trace = true; ALTER SESSION SET sql_trace = false;
We might consider allowing the sampling rate to be set as well.