System Reference Summary : Statements : OpenROAD SQL Statements : Register Dbevent Statement
 
Share this page          
Register Dbevent Statement
The register dbevent statement enables a session to specify the database events it intends to receive.
This statement has the following syntax:
register dbevent [schema.]event_name;
A session receives only the database events for which it has registered. To remove a registration, use the remove statement.