For some reason which I'm missing, I'm having problems turning off the timestamp database manager monitor:
$ db2 get dbm monitor switches
DBM System Monitor Information Collected
Switch list for db partition number 0
Buffer Pool Activity Information (BUFFERPOOL) = OFF
Lock Information (LOCK) = OFF
Sorting Information (SORT) = OFF
SQL Statement Information (STATEMENT) = OFF
Table Activity Information (TABLE) = OFF
Take Timestamp Information (TIMESTAMP) = ON 12-26-2003 10:59:26.780480
Unit of Work Information (UOW) = OFF
$ db2 update dbm cfg using dft_mon_timestamp off
DB20000I The UPDATE DATABASE MANAGER CONFIGURATION command completed
successfully.
$ db2 get dbm monitor switches
DBM System Monitor Information Collected
Switch list for db partition number 0
Buffer Pool Activity Information (BUFFERPOOL) = OFF
Lock Information (LOCK) = OFF
Sorting Information (SORT) = OFF
SQL Statement Information (STATEMENT) = OFF
Table Activity Information (TABLE) = OFF
Take Timestamp Information (TIMESTAMP) = ON 12-26-2003 10:59:26.780480
Unit of Work Information (UOW) = OFF
I'm sure it's something which I've missed or overlooked, but why can't I turn the timestamp monitor off?
DB2 v8.1 fixpack 3 on Solaris 2.8
Thanks
Ken