Note
This view is available starting with V4.2.0.
Purpose
This view displays the list of servers for the tenant access point of the current tenant.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | NUMBER(38) | NO | The tenant ID.
|
| TENANT_NAME | VARCHAR2(128) | NO | The tenant name. |
| SVR_IP | VARCHAR2(46) | NO | The IP address of the server to which the system log stream replica belongs. |
| SQL_PORT | NUMBER(38) | NO | The SQL port of the server to which the system log stream replica belongs. |
Sample query
Query the list of servers for the tenant access point of the current user tenant.
obclient [SYS]> SELECT SVR_IP, SQL_PORT FROM SYS.DBA_OB_ACCESS_POINT;
The query result is as follows:
+----------------+----------+
| SVR_IP | SQL_PORT |
+----------------+----------+
| 172.xx.xxx.xxx | 2881 |
+----------------+----------+
1 row in set