Overview
v$event_name displays definitions related all the statistics events on the current OBServer.
Related tables/views
__tenant_virtual_event_name
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| CON_ID | BIGINT(20) | No | The ID of the tenant. |
| EVENT_ID | BIGINT(20) | No | The ID of the wait event. |
| EVENT# | BIGINT(20) | No | The subscript of the wait event. |
| NAME | varchar(64) | No | The name of the wait event. |
| DISPLAY_NAME | varchar(64) | No | The alias of the wait event. |
| PARAMETER1 | varchar(64) | No | The first parameter of the wait event. |
| PARAMETER2 | varchar(64) | No | The second parameter of the wait event. |
| PARAMETER3 | varchar(64) | No | The third parameter of the wait event. |
| WAIT_CLASS_ID | BIGINT(20) | No | The ID of the class to which the wait event belongs. |
| WAIT_CALSS# | BIGINT(20) | No | The subscript of the class to which the wait event belongs. |
| WAIT_CLASS | varchar(64) | No | The name of the class to which the wait event belongs. |