CREATE TRIGGER GROUP

Use the CREATE TRIGGER GROUP command to create a new trigger group. When you create a trigger, you must assign it to a trigger group.

Syntax

CREATE TRIGGER GROUP trigger_group_name;

The trigger_group_name must be unique within the ObjectServer and comply with the ObjectServer naming conventions.

Example

create trigger group update_database_triggers;