Feature
This view displays the session-level statistics on all OBServers. STATISTIC# indicates the number of a statistical item. You can query the name and description of the statistical item corresponding to the number in V$STATNAME.
Fields
| Field | 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 OBServer. |
| SVR_PORT | NUMBER(38) | NO | The port number of the OBServer. |
| STATISTIC# | NUMBER | NO | The number of the statistical item. |
| VALUE | NUMBER | NO | The value of the statistical item. |