The PL/SQL Trigger dialog box is displayed when you right-click in the PL/SQL
Interpreter's Source pane, and choose Trigger, or when you choose ProgramDebugging
Triggers. This dialog box enables you to create a debug trigger, and provides
a graphical user interface for the Interpreter's
TRIGGER
command.
This dialog box contains:
Trigger |
Identifies the debug trigger and is of the form |
Enabled |
Indicates whether the debug trigger is enabled or disabled. |
Location |
Specifies the source location of the debug trigger.
|
Program Unit |
Identifies the target program unit. |
Line |
Identifies the source location of the debug trigger in the program unit. |
Trigger Body |
Type the PL/SQL statements to be used as the body of the debug trigger.
A debug trigger works like a conditional break trigger. If you specify conditions for when a debug action should take place, the trigger is fired only if the conditions are true. For example, you can raise
|
Copyright © 1984, 2005, Oracle. All rights reserved.