CONNECT <dbname> -U <username> -P <password>
-Dsrv qt_debug,<option>[,qt_debug,<option>...] |
Option
|
Description
|
SQL
|
Specify qt_debug,SQL to print the SQL that the DataServer executes against the Oracle DBMS in the dataserv.lg file.
|
EXTENDED
|
Specify qt_debug,EXTENDED to print the SQL information that the SQL option generates, plus additional information such as cursor statistics in the dataserv.lg file.
|
CURSOR
|
Information about the Oracle cursors that the DataServer uses for internal Oracle Call Interface (OCI) calls and for opening queries. It tracks when cursors open, close, and when the DataServer reuses them. It also summarizes each cursor's activity. These diagnostics are especially helpful when determining ABL and Oracle maximum cursor settings or cursor "leaks" that your application might have.
|
DATA-BIND
|
Information about the data types, buffer sizes, and addresses that the DataServer and Oracle use when binding variables.
|
PERFORMANCE
|
Information on the time certain operations take. These statistics are available only for some platforms. Note that any time differences between what the DataServer reports and what the Oracle tkprof utility reports might be due to network performance issues, rather than to DataServer or Oracle behavior.
|
SUMMARY
|
Information on cursors and timing in summary form as an OpenEdge data (.d) file. This option is not available as a QUERY-TUNING phrase option.
|
VERBOSE
|
Information on all of the above. This option generates a very large log file. Remember to clear your log file before using this option to test a procedure.
|
CONNECT oradb -U user -P password
-Dsrv qt_cache_size,32000,QT_BYTE,qt_debug,PERFORMANCE. |