Oracle® OLAP DML Reference 11g Release 2 (11.2) Part Number E17122-07 |
|
|
PDF · Mobi · ePub |
The USETRIGGERS option determines if a trigger program 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 statementSee also:
"Trigger Programs"BOOLEAN
USETRIGGERS = {NO|YES}
(Default) Trigger programs execute.
Trigger programs do not execute.