You deactivate an event.
This means that the Database Manager no longer logs the occurrence of the event.
You have the DBInfoRead server authorization.
event_delete <event_name> [<priority>] [[<value_1>] <value_2>]
Options
Option |
Description |
<event_name> |
Name of the event |
<priority> |
Priority of the event |
<value_n> |
Additional value whose meaning depends on the event |
OK
In the event of errors, see Reply Format.
Logging onto the Database Manager CLI as operator DBM with password DBM, connecting to the HOTELDB database instance, opening a database session (without specifying a user and therefore with the first DBM operator saved under the system default), deactivating the BACKUP_PAGES, for which the value 1000 was defined:
dbmcli -d HOTELDB -u DBM,DBM -uDBS -c event_delete BACKUP_PAGES 1000
OK