SET WARNINGS
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
SET WARNINGS
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Enables or suppresses the display of warning messages.
Syntax
SET WARNINGS ON|OFF
Comments
The WARNINGS option is set ON by default.
When WARNINGS is ON, warning messages are displayed. Setting WARNINGS to OFF suppresses the display of warning messages. Warning messages are of the form
***Warning*** …
All types of messages can be simultaneously turned on or off with a SET MESSAGES command.
The SET WARNINGS command has no effect on the logging of messages in the “error trace” file. Message logging is governed by the configuration option error trace.
Example
set messages on
set warnings off
The preceding commands set error and information messages on, but warnings off.
See Also
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5