8. OpenSQL Statements : Register Dbevent : Description
 
Share this page                  
Description
The REGISTER DBEVENT statement enables a session to specify the database events it intends to receive. For a full description of database events, see Database Events.
A session receives only the database events for which it has registered. To remove a registration, use the REMOVE statement. After registering for a database event, the session receives the database event using the GET DBEVENT statement.