If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Database in inconsistent state.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-01-06, 23:44
db2inaix db2inaix is offline
Registered User
 
Join Date: May 2006
Posts: 3
Database in inconsistent state.

the control center shows that the database is in inconsistent state. What does this mean exactly? I've tried to get rid of it by trying the restart database command but the control center still keeps on showing it. The database can be connected to at this time.

Any advice?
Thanks.
Reply With Quote
  #2 (permalink)  
Old 05-02-06, 07:58
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
This means that there are Units of Work active against the database. If you disconnect all connections, you should see that the state changes to consistent.

HTH

Andy
Reply With Quote
  #3 (permalink)  
Old 05-02-06, 08:49
jthakrar jthakrar is offline
Registered User
 
Join Date: Mar 2004
Posts: 46
You can ignore that message in most cases. Essentially it indicates one or more of the following conditions -
- an active transaction going on
- changes that took place in the database which have not been committed completely (active transaction!)
- changes that took place in the database which have been committed, but not flushed to the tablespace (i.e. flushed to logs only)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On