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.
You cannot just move the file. It contains the data for one of your tables. You can try reorg on the table to see if any space will be freed up. If not, you can use db2relocatedb to move the tablespace for the table to another file system with more space.
SQL00002.DAT file has occuping more spaces in filesystem in AIX
Quote:
Originally Posted by ARWinner
You cannot just move the file. It contains the data for one of your tables. You can try reorg on the table to see if any space will be freed up. If not, you can use db2relocatedb to move the tablespace for the table to another file system with more space.