
Allows activation of the DBSL trace for database system DB6. Work process will generate a trace file in the directory specified by dbs/db6/dbsl_trace_dir . The trace files can grow very large over time if the trace is switched on for a longer time. The recorded information depends on the trace level and other dbs/db6/dbsl_trace* settings.
- dbs/db6/dbsl_trace=0,1 :
- trace is switched off
- dbs/db6/dbsl_trace=2 :
- trace is switched on SQL statement prepares and executions are traced but no input or output values are recorded.
- dbs/db6/dbsl_trace=3 :
- trace is switched on SQL statement prepares and executions are traced. The trace also records input and output values, depending on other dbs/db6/dbsl_trace* settings.
We recommend using transaction DBACOCKPIT to activate the DBSL trace.


