DB2 10.5 for Linux, UNIX, and Windows

database_consistent - Database is consistent configuration parameter

This parameter indicates whether the database is in a consistent state.

Configuration type
Database
Parameter type
Informational

YES indicates that all transactions have been committed or rolled back so that the data is consistent. If the system "crashes" while the database is consistent, you do not need to take any special action to make the database usable.

NO indicates that a transaction is pending or some other task is pending on the database and the data is not consistent at this point. If the system "crashes" while the database is not consistent, you will need to restart the database using the RESTART DATABASE command to make the database usable.