Oracle Maestro online help
| Prev | Return to chapter overview | Next |
Specifying database trigger properties
The wizard step was supplied to define common database trigger properties.
Name
The field represents the new database trigger name as it was set on the previous wizard step.
Is enabled
Check the option to enable the trigger.
When fire (Before, After)
Specify Before to cause the database to fire the trigger before executing the triggering event. For row triggers, the trigger is fired before each affected row is changed. Specify After to cause the database to fire the trigger after executing the triggering event. For row triggers, the trigger is fired after each affected row is changed.
When condition
Specify the trigger condition, which is a SQL condition that must be satisfied for the database to fire the trigger.
Server error
Check the box to fire the trigger whenever a server error message is logged.
Logon
Specify the option to fire the trigger whenever a client application logs onto the database.
Logoff
Use the option to fire the trigger whenever a client application logs off the database.
Startup
Specify the clause to fire the trigger whenever the database is opened.
Shutdown
Specify the option to fire the trigger whenever an instance of the database is shut down.
Suspend
Use the clause to fire the trigger whenever a server error causes a transaction to be suspended.
| Prev | Return to chapter overview | Next |







