SESSIONS
The SYSINFO.SESSIONS
system table describes the connection between an application and a database task.
|
FIXED(10) |
Identification of the database session |
|
CHAR(3) |
Current database session (YES | NO) |
|
CHAR(4) |
OLTP: OLTP database LVC: Database with SAP liveCache technology |
|
CHAR(3) |
Specifies whether SSL is used for data encryption (SSL | NO) SSL: Data encryption using SSL NO: No data encryption using SSL |
|
TIMESTAMP |
Start time of database session |
|
CHAR(64) |
Name of the computer on which the application is running |
|
FIXED(10) |
Operating system ID of the application |
|
CHAR(3) |
Identification of the tool or interface that the application is using |
|
CHAR(32) |
Name of the database user |
|
CHAR(8) |
Type of identification (LOCAL | EXTERNAL) LOCAL: Internal identification EXTERNAL: External identification |
|
CHAR(8) |
Authentication method (PASSWORD | OS | GSSAPI | KERBEROS) |
|
CHAR(32) |
OID of authentication mechanism |
|
CHAR(32) |
Name of the authenticated identity |
|
FIXED(10) |
Identification of the communication partner of the database task |
|
CHAR(32) |
Connection status |
|
FIXED(10) |
Identification of the database task |
|
FIXED(20) |
Memory consumption in the OMS heap (KB) |
|
CHAR(3) |
A database trace is written for this database session/all database sessions (YES|NO) |
|
FIXED(10) |
Space used by the catalog cache assigned to the database session (KB) |
|
FIXED(10) |
Space used for temporary information from your database session (KB) |
|
FIXED(10) |
Size of the paging file in which information displaced from the catalog cache is written (KB) |
|
CHAR(8) |
SQL mode of your database session (INTERNAL | ORACLE) |
|
FIXED(3) |
Isolation level of your database session (0-3) |
|
FIXED(10) |
Timeout value for your database session |
|
CHAR(50) |
Date and time format for your database session |
|
CHAR(8) |
Default value for the code attribute of the database session |
|
CHAR(6) |
Priority of I/O (LOW | MEDIUM) |
|
CHAR(32) |
Name of the current schema of the database session |
|
CHAR(8) BYTE |
Identification of the currently executed SQL statement |