Oracle® OLAP DML Reference 11g Release 2 (11.2) Part Number E17122-07 |
|
|
PDF · Mobi · ePub |
The SQLMESSAGES option controls whether error messages are sent to the current output file.
BOOLEAN
SQLMESSAGES = {YES|NO}
Error messages are sent to the current output file.
(Default) Error messages are only stored as values of SQLERRM.
You want to set SQLMESSAGES to YES
while you are developing an application so that you can diagnose errors quickly. When your application is in use, you probably want it to capture and handle errors in a different manner with SQLMESSAGES set to NO
.