Entering content frame

 Deactivating an Event 

Use

You deactivate an event. The occurrence of the event will now no longer be logged by the Database Manager.

Prerequisites

You have the server authorization DBInfoRead.

Syntax

event_delete <event_name> [<priority>] [[<value1>] <value2>]

event_name

Description of the event

priority

Priority of the event
NIL: No priority defined
MEDIUM: Medium priority
HIGH: High priority

value

Additional value whose meaning depends on the event

Reply

The system displays an OK message.

In the event of errors, see Reply Format.

Example

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

 

Leaving content frame