You specify that the database kernel is no longer to trigger an event.
You can execute this DBM command in every operating state of the database instance.
For an overview of events that can be activated or deactivated, see Concepts of the Database System, Overview of Database Events
See also:
Utilities, Event Dispatcher
You have the DBInfoRead server authorization.
event_delete <event_category> [<value>]
Options
Option |
Description |
<event_category> |
Event category |
<value> |
Numerical value the meaning of which depends on the event |
OK
In the event of errors, see Reply Format.
Logging on to the Database Manager CLI as operator OLEG with password MONDAY, connecting to the database instance DEMODB, deactivating the event DBFILLINGABOVELIMIT with value 50:
>dbmcli -u OLEG,MONDAY -d DEMODB event_delete DBFILLINGABOVELIMIT 50
OK