Wählen Sie Ihren SQL-Server:
AnySQL
MySQL
MS SQL Server
Oracle
PostgreSQL
SQLite
Firebird
SQL Anywhere
DB2
MaxDB

Neuheiten abonnieren
Partners
Testimonials
Laurits Sogaard Nielsen: "Oracle Maestro (and also MS SQL Maestro) are the perfect substitutes for TOAD and in some ways also much better products (they are much cheaper, and the support is fast and easy). I'm looking forward to getting much more experience with both products, that already now have proven themselves to be fantastic".
Qian Dong: "Although I evaluated Oracle Maestro for only a couple of days, I must say I like what I saw in this product. I am going to place an order for this product.

Thank you for the good work".

More

Add your opinion

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