I'm currently working with Db2 Enterprise Server V 8.2 with FixPak 10
And I want to retrieve list of all the open active connections with an instance.
In Oracle there is a utility program called "Top Session" which does the similar task. Is there any equivalent in DB2?
Thanks in advance, Kamal
CLP:
QUERY:
The command you seek is:
In the DB2 Command Center there is a tool which list the applications and displays them in a human friendly format as well.
To get more detailed information from list applications:
For applications with lots of active connections it is useful to pipe the results to
grep
to find only the threads currently executing or locked.and