Kbase 15132: How to create an Oracle Schema Trigger
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
How to create an Oracle Schema Trigger
A database trigger is created via the create trigger command. This
command is used to specify when the trigger should be executed (before
or after the triggering event), what type of event should fire the
trigger (insert, delete, or update), what table (or fields within a
table for an update) the trigger is for, and if the trigger should be
executed by row or by transaction.
Progress Software Technical Support Note # 15132