If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
How to check values for parameters set as AUTOMATIC?
Hi,
using DB2 v9.5 I have set following parameters to AUTOMATIC.
Max storage for lock list (4KB) (LOCKLIST) = AUTOMATIC
Percent. of lock lists per application (MAXLOCKS) = AUTOMATIC
Is there any way to see the current values for locklist and maxlocks parameters?
Regards
Hi,
I assume this is the solution (hightwater mark):
db2 update monitor switches using lock on
db2 get snapshot for all on mydb | grep "Lock list memory in use"
Regards