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 > Reorg issue

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-16-09, 16:12
Kota Kota is offline
Registered User
 
Join Date: Jun 2003
Posts: 113
Reorg issue

I have tablespaces set to auto resize with no maxsize. Probably when doing the reorg, db2 created shadow indexes in the same tablespace and the tablespace increased. The filesystem hit 100% and reorg failed with this error

SQL2216N SQL error "-968" occurred while reorganizing a database table or its indexes

Temp tablespace gets automatically released. When I took snapshot on the tablespace where the table resides, I see pending free pages. As per the documentation, a rollback or commit should release them. The database has been deactivated and activated. The filesystem still shows 100% and snapshot of the tablespace shows the same pending free pages.

Does this mean, even after reorg rollsback, db2 doesn't delete the indexes it created in the tablespace? How do I fix this, just increase the filesystem and redo the reorg?
__________________
Thanks
SK
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