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.
Hi, colleagues,
Can anyone tell me the steps to monitor locks on tables, my idea is to build a script and executing collect information of locks in the tables.
three ways:
1 db2 get snap shot for locks on <dbname> (plz update monitor switches first )
2 db2pd -d dbname -locks show locks
3 db2 create event monitor for locks ..........................(maybe some performance impact)