Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-02 |
|
|
View PDF |
The EXPTRACE option controls whether OLAP DML programs in the analytic workspace named EXPRESS
are traced when the PRGTRACE option is set to YES
. The EXPRESS
analytic workspace is always attached and contains, among other things, OLAP DML programs documented as OLAP DML statements and other "helper" OLAP DML programs.
Data type
BOOLEAN
Syntax
EXPTRACE = {YES|NO}
Arguments
All programs are traced, including OLAP DML programs provided as OLAP DML statements.
(Default) OLAP DML programs provided as OLAP DML statements are not traced. Only other types of programs are traced.
Notes
How to Identify OLAP DML Programs Provided as OLAP DML Statements
Some OLAP DML statements are implemented as OLAP DML programs. These programs are affected by EXPTRACE. To send to the current outfile a list of these programs, issue the following statement.
SHOW AW(PROGRAM 'express')
Examples