Turns on individual keywords that are disabled by default.
String
Empty string
Option can be set at the database (PUBLIC) level only.
Requires the SET ANY SYSTEM OPTION system privilege to set this option. Takes effect immediately.
This option turns on individual keywords that are disabled by default. Only the LIMIT keyword can be turned on.
The following statement allows the LIMIT keyword to be recognized as a keyword:
SET OPTION RESERVED_KEYWORDS = 'LIMIT';
Each setting of this option replaces the previous setting. The following statement clears all previous settings:
SET OPTION RESERVED_KEYWORDS = ;