Overview
v$statname displays definitions related all the statistics events.
Related tables/views
__tenant_virtual_staname
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| CON_ID | BIGINT(20) | No | The ID of the tenant. |
| STAT_ID | BIGINT(20) | No | The ID of the statistics event. |
| STATISTICS# | BIGINT(20) | No | The subscript of the statistics event. |
| NAME | varchar(64) | No | The name of the statistics event. |
| DISPLAY_NAME | varchar(64) | No | The alias of the statistics event. |
| CLASS | BIGINT(20) | No | The name of the class to which the statistics event belongs. |