
Hi,
I'm new to DB2. We have a database (db2 7.2, solaris 8) which was not maintained for several months, execpt for deleteing of obsolete records. Now we find that even though older recs are deleted the file sizes are only increasing (> 2Gb) . I understand that we need to do a REORG to free up unused space. There are some 3 or more files occupying large amount of diskspace. We know that one particular table is causing all this. It has a CLOB column in it. Question is: 1. How do we reorg the table without consuming a similar additional amount of disk space.
2. Will dropping the table and then recreating it without any data reduce the filesizes (i,e. truncate ) ?
thanks in advance
Johar