7. Using Monitoring and Tracing Tools : Trace Utilities : SET Options for Tracing Queries : The SET QEP Option
 
Share this page                  
The SET QEP Option
The SET QEP option provides a display of the optimizer’s query execution plan (QEP) for the query after it has been optimized but before it is executed.
The following command turns QEP display on as the default ING_SET level:
Windows:
SET ING_SET=set qep
UNIX:
C Shell:
setenv ING_SET "set qep"
Bourne Shell:
ING_SET = "set qep"
export ING_SET
VMS:
DEFINE ING_SET "SET QEP"
The Query Optimizer and QEPs are described in detail in the Database Administrator Guide.