Purpose
The V$OB_ARBITRATION_MEMBER_INFO view provides information about arbitration members in the current cluster.
Note
This view is introduced since OceanBase Database V4.2.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| TENANT_ID | NUMBER(38) | NO | The ID of the tenant. |
| LS_ID | NUMBER(38) | NO | The ID of the log stream. |
| SVR_IP | VARCHAR2(46) | NO | The IP address of the arbitration server. |
| SVR_PORT | NUMBER(38) | NO | The port of the arbitration server. |
| PROPOSAL_ID | NUMBER(38) | NO | The proposal ID of Paxos. |
| CONFIG_VERSION | VARCHAR2(128) | NO | The version number of the configuration. |
| ACCESS_MODE | VARCHAR2(32) | NO | The access mode. |
| PAXOS_MEMBER_LIST | VARCHAR2(1024) | NO | The list of Paxos members. |
| PAXOS_REPLICA_NUM | NUMBER(38) | NO | The quorum. |
| ARBITRATION_MEMBER | VARCHAR2(128) | NO | The arbitration member. |
| DEGRADED_LIST | VARCHAR2(1024) | NO | The list of degraded replicas. |