Overview
v$ob_cluster_failover_info displays the failover information of each tenant in the cluster.
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| failover# | BIGINT(20) | No | The ID that uniquely identifies the current execution of the failover statement. |
| tenant_id | BIGINT(20) | No | The ID of the tenant. |
| sys_table_scn | BIGINT(20) | No | The SCN of system tables. |
| user_table_scn | BIGINT(20) | No | The SCN of user tables. |
| schema_version | BIGINT(20) | No | The version of the schema. |