DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Reclaiming space on linux

  1. #1
    Join Date
    Oct 2006
    Posts
    175

    Reclaiming space on linux

    Hello all
    I am on RHEL 3 and Oracle 10GR2.
    I had deleted a big datafile with Drop.... but I can't still see the space as free. I can't create any more TS due to lack of space. I found that the OS was not freeing it up. I googled it a lot but all efforts in vain. I would appreciate if anybody could suggest how can I reclaim the space here?
    Thanks
    gtcol

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Most probably a process is holding open your file. Space wouldn't be freed
    until the process either exits or closes the file... this happens even if you have removed the file.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    Oct 2006
    Posts
    175
    Thanks PAVB
    This approach really helped. Fuser -k [FileLocation] and then an updatedb did the job.

    regards,
    gtcol

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width