Since a few weeks working with db2 on w2k3 srvr but hv noticed databases often hv status inconsistance.like to know how to check why or how this happens
Database can be in an inconsistent state for various reasons. Here are some ways to check:
1)get db cfg and check for
a)Backup pending
b)Database is consistent
2)check which table is in the load pending or check pending state:
select tabname,status from syscat.tables where status ='C'
3)Can use Health Center to set up some alerts[for Database status - object health indicators]
4)Database snapshots.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.