
106 OnDemand SQL Performance Analysis Simplified on DB2 for i5/OS in V5R4
4.2.7 Enabling Database Monitors in .NET clients
The IBM.Data.DB2.iSeries .NET provider supports a ConnectionString attribute called Trace
that enables you to turn on various server-side traces. When the Trace property is specified in
the ConnectionString, the provider sends commands to the iSeries to enable the specified
traces.
The trace options are DatabaseMonitor, StartDebug, PrintJoblog, and TraceJob. When the
DatabaseMonitor option is specified, the output file will be created in QUSRSYS starting with
the prefix QNET and ending with the job number, for example, QUSRSYS/QNET052800. ...