Rick wrote:
In some other databases (like Oracle and SQL Server), there is a view
that show all SQL's currently executing, who is executing the SQL, and
what the SQL is waiting on (wait on read, wait on lock, wait while
writing to backup transaction log, etc.). What, if any, command can do
this in UDB?
Thanks.
Rick, there is a tool called db2top that does most of what you're asking
for. I think it's still in a beta/prototype phase, so your mileage may
vary, but here is the link:
http://www.alphaworks.ibm.com/tech/db2top.
In addition, most of the DB2 snapshot monitor data is now accessible
through SQL (via table UDFs), so you might want to look into that as well.
Regards,
Miro