LOCKS
The system table DOMAIN.LOCKS
describes the current lock entries and entries for lock requests.
|
FIXED(10) |
Identification of the database session |
|
CHAR(20) |
Identification of the transaction in the database session |
|
FIXED(10) |
Identification of the process in the database |
|
CHAR(32) |
Name of the user |
|
DATE |
Start date of database session that holds the lock |
|
TIME |
Start time of database session that holds the lock |
|
CHAR(18) |
Identification of the user |
|
CHAR(10) |
Elapsed time since the last SQL statement for data manipulation |
|
CHAR(14) |
Type of lock (NULL value | SHARE | EXCLUSIVE) |
|
CHAR(10) |
Status of lock |
|
FIXED(10) |
Identification of the process on the client hardware |
|
CHAR(64) |
Identification of the client hardware |
|
CHAR(32) |
Name of the table schema |
|
CHAR(32) |
Name of the owner of the table |
|
CHAR(32) |
Name of the table |
|
CHAR(8) BYTE |
Identification of the table |
|
FIXED(4) |
Length of the key of the locked row |
|
CHAR(64) BYTE |
Start (prefix) of the key of the locked row in hexadecimal notation |
|
CHAR(128) |
Start (prefix) of the key of the locked row |
|
FIXED(5) |
Identification of the partition |