Note
This view is available starting with V4.2.0.
Purpose
This view displays the communication status between the arbitration service and each node of the current tenant.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| SVR_IP | VARCHAR2(46) | NO | The IP address of the current node. |
| SVR_PORT | NUMBER(38) | NO | The RPC port of the current node. |
| ARBITRATION_SERVICE_ADDRESS | VARCHAR2(512) | NO | The address of the arbitration service. |
| STATUS | VARCHAR2(64) | NO | The communication status between the arbitration service and the current node. Valid values:
|
Sample query
Query the communication status between the arbitration service and each node of the current tenant.
obclient[SYS]> SELECT * FROM SYS.GV$OB_ARBITRATION_SERVICE_STATUS;
The query result is as follows:
+----------------+----------+-----------------------------+--------+
| SVR_IP | SVR_PORT | ARBITRATION_SERVICE_ADDRESS | STATUS |
+----------------+----------+-----------------------------+--------+
| xxx.xx.xxx.207 | 2882 | xxx.xx.xxx.224:2882 | ACTIVE |
| xxx.xx.xxx.218 | 2882 | xxx.xx.xxx.224:2882 | ACTIVE |
+----------------+----------+-----------------------------+--------+
2 rows in set
References
Query the arbitration members of the current tenant: GV$OB_ARBITRATION_MEMBER_INFO
For more information about the arbitration service, see the following topics: