


SQL statements issued by the application can be traced into a file. The TraceFilename option enables the trace file, where the execution time, start and end of a session, the connect parameters, and the input and output parameters of the SQL statement are recorded. Only one application can write to the same trace file.
Syntax:
TraceFileName = <file-name>
<file-name> ::= [<drive-name>:][<path-name>/]file-identifier


