Purpose
v$ob_standby_status displays the status and configurations of all standby clusters for the primary cluster, and is empty for a standby cluster.
Fields
Field |
Type |
Nullable? |
Description |
|---|---|---|---|
| cluster_id | bigint(20) | NO | The unique ID of the cluster. |
| cluster_name | varchar(4096) | NO | Cluster name |
| cluster_role | varchar(4096) | NO | The role of the tenant in the cluster. Valid values: |
| cluster_status | varchar(4096) | NO | The state of the cluster. Valid values: |
| current_scn | bigint(20) | NO | The current system change number (SCN) of the cluster. |
| rootservice_list | varchar(4096) | NO | The list of RootServers in the cluster. |
| redo_transport_options | varchar(4096) | NO | The transmission mode of redo logs of the current standby cluster. Valid values: |
| protection_level | varchar(4096) | NO | The protection mode of the cluster. Valid values: |
| synchronization_status | varchar(4096) | NO | The synchronization status of the standby cluster and the cause of asynchronization. Valid values: |
