Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-01 |
|
|
View PDF |
The SQLMESSAGES option controls whether error messages are sent to the current output file.
Data type
BOOLEAN
Syntax
SQLMESSAGES = {YES|NO}
Arguments
Error messages are sent to the current output file.
(Default) Error messages are only stored as values of SQLERRM.
Notes
Typical Usage
You will 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 will probably want it to capture and handle errors in a different manner with SQLMESSAGES set to NO
.