Overview
V$SESSTAT displays the session-level statistics.
STATISTIC# indicates the number of a statistical item. You can query the name and description of the statistical item corresponding to the number from V$STATNAME.
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| SID | NUMBER(38) | NO | The session number. |
| CON_ID | NUMBER(38) | NO | The ID of the tenant. |
| STATISTIC# | NUMBER(38) | NO | The number of the statistical item. |
| VALUE | NUMBER(38) | NO | The value of the statistical item. |