Background documentationevent_delete Locate this document in the navigation structure

 

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 every operating state of the database instance.

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

Prerequisites

You have the DBInfoRead server authorization.

Structure

event_delete <event_category> [<value>]

Options

Option

Description

<event_category>

Event Category

<value>

Numerical value whose meaning depends on the event

Result

OK

In the event of errors, see Reply Format.

Example

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

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

OK

More Information

Glossary, Event, Event Dispatcher