Entering content frame

Procedure documentation Activating a Database Event Locate the document in its SAP Library structure

Use

You activate a database event. In accordance with the set parameters, you can display messages about the occurrence of the activated events in the Database Manager CLI using the commands for waiting for a database event.

Prerequisites

You have the DBM operator authorization DBInfoRead.

Syntax

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

Example

You activate the event BACKUP_PAGES with the value 1000.

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

OK

During the running backup process, the database instance will now generate a message after every thousand backed up pages. You can display the generated messages using the commands for waiting 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.

 

 

Leaving content frame