You deactivate an event. The occurrence of the event will now no longer be logged by the Database Manager.
You have the server authorization DBInfoRead.
event_delete <event_name> [<priority>] [[<value1>] <value2>]
event_name |
Description of the event |
priority |
Priority of
the event |
value |
Additional value whose meaning depends on the event |
The system displays an OK message.
In the event of errors, see Reply Format.
Call the Database Manager CLI, log on to the database instance HOTELDB as the operator DBM with password DBM, open a utility session (without specifying the user and therefore with the stored default first DBM operator), deactivate the event BACKUP_PAGES for which the value 1000 was defined:
dbmcli -d HOTELDB -u DBM,DBM -uUTL -c event_delete BACKUP_PAGES 1000
OK