Deactivating a Database Event 

Use

You deactivate a database event. The occurrence of the event will now no longer be reported by the Database Manager CLI.

Prerequisites

You have the DBM operator authorization DBInfoRead.

Syntax

event_delete <name> [<prio>] [[<value>] <value>]

You deactivate the event BACKUP_PAGES, for which the value 1000 was defined.

dbmcli -d DB -u dbm,dbm -uUTL -c event_delete BACKUP_PAGES 1000

OK

Options

<name>

Name of the event

<prio>

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 outputs an OK message.

In the event of errors, see Reply Format.