Purpose
The oceanbase.DBA_WR_STATNAME view displays names of system statistical items of the current tenant.
Note
This view is introduced since OceanBase Database V4.2.1.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| CLUSTER_ID | bigint(20) | NO | The ID of the cluster. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| STAT_ID | bigint(20) | NO | The ID of the statistical item. |
| STAT_NAME | varchar(64) | NO | The name of the statistical item. |