Re: Display connection locks, open transactions -
07-18-2009
, 03:39 PM
You can use the DB2I application to issue DB2 commands. The -DISPLAY THREAD command will give you most of what you want;
http://publib.boulder.ibm.com/infoce...playthread.htm
To get LOCKing information, you'll have to issue the -DISPLAY DATABASE command for the database you want to inspect. See here:
http://publib.boulder.ibm.com/infoce...aydatabase.htm
Todd |