Note
This view is introduced since OceanBase Database V4.2.1.
Purpose
The DBA_WR_SYSSTAT view displays details about system statistical items of all tenants.
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. |
| SNAP_ID | NUMBER(38) | NO | The ID of the snapshot. |
| SVR_IP | VARCHAR2(46) | NO | The IP address of the OBServer node. |
| SVR_PORT | NUMBER(38) | NO | The port number of the OBServer node. |
| STAT_ID | NUMBER(38) | NO | The ID of the statistical item. |
| VALUE | NUMBER(38) | YES | The value of the statistical item. |