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