Entering content frame

Procedure documentation event_delete Locate the document in the library structure

Use

You specify that the database kernel is no longer to trigger an event.

You can execute this DBM command in every operating state of the database instance.

For an overview of events that can be activated or deactivated, see Concepts of the Database System, Overview of Database Events

See also:

Utilities, Event Dispatcher

Prerequisites

You have the DBInfoRead server authorization.

Syntax

event_delete <event_category> [<value>]

Options

Option

Description

<event_category>

Event category

<value>

Numerical value the meaning of which depends on the event

Reply

OK

In the event of errors, see Reply Format.

Example

Logging on to the Database Manager CLI as operator OLEG with password MONDAY, connecting to the database instance DEMODB, deactivating the event DBFILLINGABOVELIMIT with value 50:

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

OK

 

Leaving content frame