Purpose
GV$SESSTAT displays the session-level statistics on all OBServer nodes.
Note
STATISTIC# indicates the statistical item number. You can query the name and description of the corresponding statistical item from
V$STATNAME.
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| SID | NUMBER(38) | NO | The ID of the session. |
| CON_ID | NUMBER(38) | NO | The ID of the tenant. |
| SVR_IP | VARCHAR2(32) | NO | The IP address of the server. |
| SVR_PORT | NUMBER(38) | NO | The port number of the server. |
| STATISTIC# | NUMBER(38) | NO | The number of the statistical item. |
| VALUE | NUMBER(38) | NO | The value of the statistical item. |