Record Locking Table:by user number
Usr:Ten Name Domain Chain # Row-id Table:Part Lock Flags Tran State Tran ID 5:2 tenant2 tenant2 REC 517 4229 -1:0 EXCL None 0 8:4 lobtenant lobtenant REC 655 4367 -1:0 EXCL None 0 RETURN - repeat, U - continue uninterrupted, Q - quit |
Flag
|
Name
|
Description
|
C
|
Create
|
The lock is in create mode.
|
D
|
Downgrade
|
The lock is downgraded.
|
E
|
Expired
|
The lock wait timeout has expired on this queued lock.
|
H
|
No hold
|
The "nohold" flag is set.
|
J
|
JTA
|
The lock is part of a JTA transaction
|
K
|
Keep
|
Keep the lock across transaction end boundary
|
L
|
Limbo lock
|
The client has released the record, but the transaction has not completed. The record lock is not released until the transaction ends.
|
P
|
Purged lock entry
|
The lock is no longer held.
|
Q
|
Queued lock request
|
Represents a queued request for a lock already held by another process.
|
U
|
Upgrade request
|
The user has requested a lock upgrade from SHARE to EXCLUSIVE.
|
State
|
Description
|
Begin
|
A transaction table entry was allocated, and a start record is being logged
|
Active
|
The transaction is doing forward processing
|
None
|
The lock was acquired outside of a transaction
|
Dead
|
The transaction is complete, but the lock has not been released
|
Prep
|
The transaction is preparing to enter phase 1 (ready to commit), but has not sent a ready-to-commit reply
|
Phase 1
|
In phase 1, ready to commit
|
Phase 2
|
In phase 2
|
C
|
With two-phase commit, this user is logging for the coordinator for the transaction
|
R
|
Ready to commit
|
L
|
Limbo transaction
|
Active JTA
|
The transaction is currently executing
|
Idle JTA
|
The transaction is not currently executing
|
Prepared JTA
|
The transaction is prepared
|
RollbackOnly JTA
|
The transaction has encountered an error
|
Committed JTA
|
The transaction is in the commit process
|