Overview
v$ob_cluster_stats displays the statistical items of all tenants in the current cluster.
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| tenant_id | BIGINT(20) | No | The name of the tenant. |
| refreshed_schema_version | BIGINT(20) | No | The latest version of the schemas that are locally refreshed. |
| ddl_lag | BIGINT(20) | No | The number of DDL statements that are waiting to be replayed locally. |
| min_sys_table_scn | BIGINT(20) | No | The smallest SCN of system tables. |
| min_user_table_scn | BIGINT(20) | No | The smallest SCN of user tables. |