Creating triggers for 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.
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.