Hi,
event monitor on DB2 v8.2 fp11 on Linux was working very well till yesterday.
But today I have executed the following SQL:
db2 select distinct start_time from myuser.EVENT_MONITOR_SQLe) from db2inst1.EVENT_MONITOR_SQL
Result:
0000-00-00-00.00.00.000000
I can see there are more then 10,000 rows in table but all have start_time and stop_time equal to zero. And I see event monitor is working, because number of rows in above table is increasing.
Event monitor is useless without this two info. How can I make event monitor to collect start_time and stop_time?
P.S. All other data in above table are collected correctly.
Regards,
Grofaty