Hi All,
My DB2 ESE 8.1 with FP6 on RedHat Linux has this problem:
DB cfg shows:
Database is consistent = NO
Since there is no current connection, I believe the normal state should be consistent = Yes. I RESTARTed the DB, but it didn't solve the problem.
I ran db2dart, It showed inconsistency in SYSIBM.SYSCOLUMNS's two indexes. I also tried to REORG the indexes. The REORG was successful but didn't solve the problem either.
Because the indexes are on a catalog table, I can not drop and recreate them. How can I "rebuild" the indexes, or how can I solve this problem? On DB2 for z/OS, there is a utility REBUILD INDEX. Is there anything like this on DB2/LUW?
Appreciate your advice in advance.