Configuring triggers to support accelerated event notification

To support accelerated event notification, create post-insert, post-update, or post-reinsert triggers that are attached to the alerts.status table. In the triggers, set up conditions to define or identify accelerated events when they are inserted or updated in the alerts.status table, and to forward such events to the relevant Accelerated Event Notification clients.

About this task

Two SQL commands are available for use with your triggers: an event fast-track (or accelerated event) command (IDUC EVTFT) and a send message command (IDUC SNDMSG).

Tip: You might find it useful to group triggers that support accelerated event notification within their own trigger group.