Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-02 |
|
|
View PDF |
V$DATAGUARD_STATUS
displays and logs events that would typically be triggered by any message to the alert log or server process trace files.
Column | Datatype | Description |
---|---|---|
FACILITY |
VARCHAR2(24) |
Facility that encountered the event:
|
SEVERITY |
VARCHAR2(13) |
Severity of the event:
|
DEST_ID |
NUMBER |
Destination ID number to which the event pertains. If the event does not pertain to a particular destination, then the value is 0 . |
MESSAGE_NUM |
NUMBER |
A chronologically increasing number giving each event a unique number |
ERROR_CODE |
NUMBER |
Error ID pertaining to the event |
CALLOUT |
VARCHAR2(3) |
Indicates whether the current entry is a callout event (YES ) or not (NO )
A A |
TIMESTAMP |
DATE |
Time stamp |
MESSAGE |
VARCHAR2(256) |
A text message describing the event |