Previous Topic: Oracle Tablespace Group Editor - General TabNext Topic: Define an Oracle Database Trigger


Oracle Triggers Editor

You can create triggers, which are a named set of precompiled SQL statements stored on the server that are automatically executed when a specific event occurs. For example, a trigger can be executed when a row in a table is inserted, updated, or deleted. The trigger tells the DBMS how to process the SQL INSERT, UPDATE, or DELETE commands to enforce business rules.

Use the Oracle Trigger Editor to create or edit triggers for Tables, Materialized Views, Views, or Databases.

You can open the Oracle Trigger Editor in one of the following ways:

Database triggers are supported in the following features: