GV$SESSTAT

2023-08-18 09:26:34  Updated

Overview

GV$SESSTAT 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.

Field description

Field name Type Nullable Description
SID NUMBER(38) NO The session number.
CON_ID NUMBER(38) NO The ID of the tenant.
SVR_IP VARCHAR2(32) NO The IP address of the OBServer.
SVR_PORT NUMBER(38) NO The port number of the OBServer.
STATISTIC# NUMBER(38) NO The number of the statistical item.
VALUE NUMBER(38) NO The value of the statistical item.

Contact Us