Oracle® OLAP DML Reference 11g Release 2 (11.2) Part Number E17122-07 |
|
|
PDF · Mobi · ePub |
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.
BOOLEAN
EXPTRACE = {YES|NO}
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.
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')