Note
This view is available starting with V4.4.2 BP1.
Purpose
The DBA_OB_SYNC_STANDBY_DEST view displays the information about the strong synchronization standby tenants of the current tenant.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| DEST_ID | bigint(20) | NO | The ID of the strong synchronization standby tenant. Currently, only one strong synchronization standby tenant with ID 0 is allowed for each primary tenant. |
| VALUE | longtext | NO | The information about the strong synchronization standby tenant, including ip_list, login name, password, and cluster_id. |
References
To query the information about the strong synchronization standby tenants of all tenants in the sys tenant, see CDB_OB_SYNC_STANDBY_DEST.
