Hello,
is there a possibility to see all current SQL queries which are running?
I know that MySQL has a tasklist where you can easily observe the current queries including username, needed time (increasing) and status (locked, write to temp table, sorting..) In background this tasklist is the sql command "show processlist".
Does anyone one such a tool or view for DB2 or how do you observer the current SQL traffic?
We need this for finding slow or unoptimized queries and lockwaits.
Kind Regards,
Christian
is there a possibility to see all current SQL queries which are running?
I know that MySQL has a tasklist where you can easily observe the current queries including username, needed time (increasing) and status (locked, write to temp table, sorting..) In background this tasklist is the sql command "show processlist".
Does anyone one such a tool or view for DB2 or how do you observer the current SQL traffic?
We need this for finding slow or unoptimized queries and lockwaits.
Kind Regards,
Christian