dbs/db6/dbsl_trace_string

If the DBSL trace for database system DB6 is activated, only those statements are traced that match dbs/db6/dbsl_trace_string. By default all statements are traced.

Examples:

          dbs/db6/dbsl_trace_string=SVERS

          Only SQL statements that contain substring SVERS are traced.

dbs/db6/dbsl_trace_string=UPDATE;INSERT

          Only SQL statements that contain substring UPDATE or INSERT are traced.

dbs/db6/dbsl_trace_string=SELECT%SVERS

          Only SQL statements that start with SELECT and contain substring SVERS are traced.

We recommend activating the DBSL trace using transaction DBACOCKPIT.

You May Also Like

Leave a Reply?