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.
You have the DBM operator authorization DBInfoRead.
event_set <name> [<prio>] [[<value>] <value>]
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.
<name> |
Name of the event |
<prio> |
Priority of the
event |
<value> |
Additional value whose meaning depends on the event |
The system displays an OK message.
In the event of errors, see Reply Format.