Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-01 |
|
|
View PDF |
You use the COMPILEMESSAGE option to specify whether you want Oracle OLAP to send to the current outfile non-fatal messages during execution of the COMPILE command. Non-fatal messages are those indicating errors that do not prevent a program from compiling.
Data type
BOOLEAN
Syntax
COMPILEMESSAGE = {YES|NO}
Arguments
(Default) Indicates that Oracle OLAP should record non-fatal messages during execution of the COMPILE command.
Indicates that Oracle OLAP should suppress non-fatal messages during execution of the COMPILE command.
Examples