Previous Topic

Next Topic

Set Log_Trace Statement

You can use the log_trace option of the set statement to start and stop tracing of logfile writes. Using this option requires the trace privilege.

Important! Do not use set log_trace only as a debugging or tracing tool. Do not base applications on Set log_trace output because it is not guaranteed to remain the same across releases. You are not guaranteed of the support of set log_trace in this or future releases.

To start tracing log writes, issue the following statement:

set log_trace;

To stop tracing log writes, issue the following statement:

set nolog_trace;

When you use set log_trace during a session, you receive a list of the log records written during execution of your query, along with other information about the log. Set log_trace output includes:


© 2007 Ingres Corporation. All rights reserved.