Hello,
I am using DB2 8.1.3 on unix AIX 5.2, with 8 GB memory
since we used this machine we have this following locks ,
from snapshot :
Locks held currently = 1
Lock waits = 67609
Time database waited on locks (ms) = 5730
Lock list memory in use (Bytes) = 18446744073705157496
Deadlocks detected = 0
Lock escalations = 21
Exclusive lock escalations = 21
Agents currently waiting on locks = 0
Lock Timeouts = 98
Number of indoubt transactions = 0
and any applications have this :
Time application waited on locks (ms) = 18446744073709551614
Time application waited on locks (ms) = 18446744073709551213
Time application waited on locks (ms) = 18446744073709550251
the configurations parameter values is:
Max storage for lock list (4KB) (LOCKLIST) = 128
Lock timeout (sec) (LOCKTIMEOUT) = 10
at the db2diag log we got msgs like this:
ADM5502W The escalation of "1011" locks on table "SYSIBM .SYSCOLDIST" to lock
intent "X" was successful.
can any one tell me if this is a problem and what i need to do.
in our applicathion log i dont see errors about this.
Regards,