A script-enabled browser is required for this page to function properly.

About Compiling Triggers

Oracle Forms compiles any uncompiled triggers in a form when the form is generated to create a runtime file. Compiling individual triggers is not required. However, compiling locally allows errors in trigger code to be found and corrected at the time the trigger is written, rather than when the form is generated.

When a trigger is compiled, Oracle Forms checks the trigger text for syntax errors, semantic errors, and references to non-existent objects or subprograms. If an error is detected, Oracle Forms displays the line number of the offending statement and provides a description of the error.


PL/SQL Editor commands

Setting trigger properties