Activate a Database Event 

Use

You activate a database event. The Database Manager CLI informs you of the occurrence of the activated event, in accordance with the parameters that have been set, if you call it using the command to wait for a database event.

Prerequisites

You have the DBM operator authorization DBInfoRead.

Syntax

event_set <name> [<prio>] [[<value>] <value>]

You activate the event BACKUP_PAGES with the value 1000.

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

OK

The Database Manager CLI will, from now on, report the backup of 1000 pages during the running backup process, if you call it using the command to wait for a database event.

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.