Anfang des Inhaltsbereichs

Vorgehensweisen event_list Dokument im Navigationsbaum lokalisieren

Verwendung

Sie lassen sich eine Liste aller aktiven Events anzeigen.

Siehe auch:

Utilities, Event-Dispatcher

Voraussetzungen

Sie haben die Serverberechtigung DBInfoRead.

Syntax

event_list

Antwort

OK

Name              Priority       Value          Description

<event_category>  <priority>     <value>        <description>

<event_category>  <priority>     <value>        <description>

<event_category>  <priority>     <value>        <description>

...

Werte für die Felder der Antwort

Wert

Beschreibung

<event_category>

Event-Kategorie

<priority>

auswertbare Eigenschaft des Events
mögliche Werte sind: LOW | MEDIUM | HIGH

<value>

zusätzlicher Wert, dessen Bedeutung vom Event abhängt

<description>

Beschreibung des Events

 

Im Fehlerfall siehe Antwortformat.

Beispiel

Anmelden an den Database Manager CLI als Benutzer OLEG mit dem Kennwort MONDAY, Herstellen der Verbindung zur Datenbankinstanz DEMODB, Anzeigen der Liste aller aktiven Events:

>dbmcli -u OLEG,MONDAY -d DEMODB event_list

OK

Name                Priority Value Description

DBFILLINGABOVELIMIT LOW      70    Filling of the database exceeds the given percentage

DBFILLINGABOVELIMIT MEDIUM   80    Filling of the database exceeds the given percentage

DBFILLINGABOVELIMIT MEDIUM   85    Filling of the database exceeds the given percentage

DBFILLINGABOVELIMIT HIGH     90    Filling of the database exceeds the given percentage

DBFILLINGABOVELIMIT HIGH     95    Filling of the database exceeds the given percentage

DBFILLINGABOVELIMIT HIGH     96    Filling of the database exceeds the given percentage

DBFILLINGABOVELIMIT HIGH     97    Filling of the database exceeds the given percentage

DBFILLINGABOVELIMIT HIGH     98    Filling of the database exceeds the given percentage

DBFILLINGABOVELIMIT HIGH     99    Filling of the database exceeds the given percentage

DBFILLINGBELOWLIMIT LOW      70    Filling of the database has fallen short of the given percentage

DBFILLINGBELOWLIMIT LOW      80    Filling of the database has fallen short of the given percentage

DBFILLINGBELOWLIMIT LOW      85    Filling of the database has fallen short of the given percentage

...

...

Ende des Inhaltsbereichs