Purpose
gv$sesstat displays the session-level statistics events on all OBServer nodes.
Related tables/views
__all_virtual_sesstat
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| SID | bigint(20) | NO | The ID of the session. |
| CON_ID | bigint(20) | NO | The ID of the tenant. |
| SVR_IP | varchar(32) | NO | The IP address of the OBServer node where the information is stored. |
| SVR_PORT | bigint(20) | NO | The port number of the OBServer node where the information is stored. |
| STATISTICS# | bigint(20) | NO | The subscript of the statistical event. |
| VALUE | bigint(20) | NO | The number of times that the statistical event has happened. |