3. Statements : OpenROAD SQL Statements : Create Dbevent Statement
 
Share this page                  
Create Dbevent Statement
The create dbevent statement defines a database event.
This statement has the following syntax:
create dbevent [schema.]event_name;
The create dbevent statement creates the specified database event. Database events enable an application to pass status information to other applications.
Database events can be registered or raised by any session, provided that the owner has granted the required permission (raise or register) to the session's user, group, or role identifier, or to public. Only the user, group, or role that created a database event can drop that database event.