Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-01 |
|
|
View PDF |
The USETRIGGERS option determines if a TRIGGER_DEFINE, TRIGGER_AFTER_UPDATE, or TRIGGER_BEFORE_UPDATE program, or any programs identified by the TRIGGER command as triggers execute.
Tip: Oracle OLAP does not support recursive triggers. Set the USETRIGGERS option toNO before you issue the same DML statement within a trigger program that triggered the program itself. For example, assume that you have written a TRIGGER_DEFINE program. Within the TRIGGER_DEFINE program, you must set the USETRIGGERS option to NO before you issue a DEFINE statement |
Data type
BOOLEAN
Syntax
USETRIGGERS = {NO|YES}
Arguments
(Default) Trigger programs execute.
Trigger programs do not execute.
Examples