Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-01 |
|
|
View PDF |
The EXPTRACE option controls whether system DML programs are traced when the PRGTRACE option is set to YES
. The EXPTRACE option can be set to YES
to help debug a user-defined program that calls system programs.
Data type
BOOLEAN
Syntax
EXPTRACE = {YES|NO}
Arguments
All programs are traced, including system DML programs.
(Default) System DML programs are not traced. Only programs other than system DML programs are traced.
Notes
How to Identify System DML Programs
Some OLAP DML statements are implemented as system DML programs. To send to the current outfile a list of system DML programs affected by EXPTRACE, issue the following statement.
SHOW AW(PROGRAM 'express')
Examples