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 fails

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-04-03, 13:28
mixxalot mixxalot is offline
Registered User
 
Join Date: May 2003
Posts: 369
reorg fails

In our DB2 UDB 7.2+FP6 database on AIX 5.2L I am trying to
reorg a table to free up page space on a table and get

SQL2216N SQL error "-289" occurred while reorganizing a database table.

Is this because the table is out of paging space? Would I need to reorg with a temp table? Thanks
Reply With Quote
  #2 (permalink)  
Old 11-04-03, 15:55
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
Sounds like you are out of space. Try adding another container.
Reply With Quote
  #3 (permalink)  
Old 11-04-03, 16:00
mixxalot mixxalot is offline
Registered User
 
Join Date: May 2003
Posts: 369
problem solved

yep was out of paging space. I found another tempspace to use and it ran fine.

db2 reorgchk first to find what indexes adn tables need reog then

db2 reorg table db2inst1.tablename use tempspace2
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