Purpose
The V$SESSTAT view displays the session-level statistics about the current OBServer node. Note that 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.
Note
This view is introduced since OceanBase Database V1.4.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| SID | NUMBER | NO | The ID of the session. |
| CON_ID | NUMBER | NO | The ID of the tenant. |
| SVR_IP | VARCHAR2(46) | NO | The IP address of the server. |
| SVR_PORT | NUMBER(38) | NO | The port number of the server. |
| STATISTIC# | NUMBER | NO | The number of the statistical item. |
| VALUE | NUMBER | NO | The value of the statistical item. |