We are running a runstats on a table:
This runstats is running for about 17 hours at this moment.
I like to see the progress of the runstats.
Therefore I issue the command
.
We get some output, but it doesn't say anything about the runstats.
We are using db2 version 9.7.3
Why doesn't it give any output? Is there another way to see the progress?
Code:
db2 runstats on table xxx
I like to see the progress of the runstats.
Therefore I issue the command
Code:
db2pd -db database -runstats
We get some output, but it doesn't say anything about the runstats.
Code:
Database Partition 0 -- Database XXX -- Active -- Up 4 days 18:13:39 -- Date 02/27/2013 08:58:08
Table Runstats Information:
Index Runstats Information:
Why doesn't it give any output? Is there another way to see the progress?