Purpose
v$ob_cluster_event_history displays the event history related to the primary and standby databases in the cluster. It tracks detailed information on O&M and switchover processes, as well as error logs to facilitate problem diagnosis.
Fields
Field |
Type |
Nullable? |
Description |
|---|---|---|---|
| facility | varchar(64) | NO | The operation that produced the event. Valid values: RESYNCHRONIZATION to MAXIMIZE AVAILABLE or MAXIMIZE PROTECTION. |
| severity | varchar(256) | YES | The severity of the event. Valid values: |
| error_code | varchar(256) | YES | The error code of the event. The value 0 indicates that no error has occurred. |
| timestamp | timestamp(6) | NO | Date |
| message | varchar(256) | YES | The content of the alert message. |
