!--a11y-->
TRANSACTIONS 
The statistics system table TRANSACTIONS contains information about active transactions of a database instance.
TRANSACTIONS
|
SESSION |
FIXED(10) |
ID of the database session |
|
TRANSCOUNT |
CHAR(20) |
ID of the transaction |
|
SUB_TRANS |
FIXED(10) |
Number of the current subtransaction |
|
WRITE_TRANS |
CHAR(6) BYTE |
ID of the current write transaction if the transaction has made changes |
|
PROCESS |
FIXED(10) |
ID of the user process |
|
USERNAME |
CHAR(32) |
User name |
|
CONNECTDATE |
DATE |
Date when the session started |
|
CONNECTTIME |
TIME |
Time when the session started |
|
TERMID |
CHAR(18) |
Terminal ID |
|
REQTIMEOUT |
CHAR(10) |
Seconds remaining until time specified in the database parameter REQUEST_TIMEOUT |
|
LASTWRITE |
CHAR(10) |
Time elapsed since the last write request in timeout intervals |
|
LOCKMODE |
CHAR(14) |
Type of lock |
|
LOCKSTATE |
CHAR(10) |
Status of lock |
|
REQMODE |
CHAR(14) |
Type of lock request |
|
REQSTATE |
CHAR(10) |
Status of the lock request |
|
CONSISTENTVIEW |
CHAR(6) |
For future use |
|
APPLPROCESS |
FIXED(10) |
ID of the application process |
|
APPLNODEID |
CHAR(64) |
ID of the client host of the application process |
