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 > SQL00002.DAT file has occuping more spaces in filesystem in AIX

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-12-11, 08:22
cooldil cooldil is offline
Registered User
 
Join Date: Apr 2011
Posts: 12
SQL00002.DAT file has occuping more spaces in filesystem in AIX

Hello All,

In my database SQL00002.DAT file is occuping 95% of the file system.

The filesystem has been reached to 100%.

Could you please suggest me what is the solution for this. Can i move this file to another location. Is creating any problem for my db.

Regards,
Dil.
Reply With Quote
  #2 (permalink)  
Old 05-12-11, 09:10
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
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.

Andy
Reply With Quote
  #3 (permalink)  
Old 05-13-11, 10:54
cooldil cooldil is offline
Registered User
 
Join Date: Apr 2011
Posts: 12
SQL00002.DAT file has occuping more spaces in filesystem in AIX

Quote:
Originally Posted by ARWinner View Post
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.

Andy
Hi Andy,

Thanks for ur reply......

I will try with db2relocatedb.............
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