Try OpenEdge Now
skip to main content
Database Administration
Reference : Virtual System Tables : Virtual system table summaries : Transaction end lock statistics (_TxeLock)
 
Transaction end lock statistics (_TxeLock)
The _TxeLock VST includes statistics about TransactionEnd Locks.
Field name
Data type
Description
_Txe-Locks
INT64
Total number of times that transaction end lock is requested
_Txe-Lockss
INT64
Number of concurrently held locks (only valid for update and commit locks)
_Txe-Time
INTEGER
Not yet implemented. Always "?"
_Txe-Type
CHARACTER
Type of transaction end lock, such as update or commit
_Txe-Waits
INT64
Number of times a transaction end lock request has been queued; how many times you had to wait
_Txe-Waitss
INT64
Number of concurrently queued locks (only valid for update and commit locks)
_Txe-Wait-Time
INTEGER
Not yet implemented. Always "?"