Background documentationevent_delete Locate this document in the navigation structure

 

With this command you specify that an event should cease to be active so that it is no longer triggered by the database system.

You can execute this DBM command in any operational state of the database.

For an overview of the event categories that you can activate and deactivate, see: Glossary, Event

Prerequisites

You have the DBInfoRead server permission.

Structure

event_delete <event_category> [<value>]

Options

Option

Description

<event_category>

Event category

<value>

Numerical value the meaning of which depends on the event

Result

OK

In the event of errors, see Reply Format.

Example

Call Database Manager CLI, log on as the operator OLEG with the password MONDAY, connect to the DEMODB database, deactivate the event DBFILLINGABOVELIMIT with value 50:

>dbmcli -u OLEG,MONDAY -d DEMODB event_delete DBFILLINGABOVELIMIT 50

OK

More Information

Glossary, Event, Event Dispatcher