Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Space not getting released after DROP TABLESPACE command

8398219Jun 25 2010 — edited Jun 26 2010
DB version :10.2.0.4.0
OS : SunOS SF40z4196 5.10 Generic_Patch_118844-30 i86pc i386 i86pc
I drop the tablespace using the command
drop tablespace TBS_TEST including contents and datafiles;
The datafile is actually dropped at OS Level after the above command. But the space is not getting released plus
df -h /filesystem_name
still shows the old freespace info.
This is because of some oracle process still holding the file handle.
ML note ID *469731.1* talks about a similair issue. But it says this is not a bug and is the "expected behaviour"

I tried putting the tablespace OFFLINE and then dropping. The changes were reflected after 3-4 minutes. But this "fix" is not working now.

I had to bounce the DB once to fix this. But i still have same issue.
Has anyone faced a similair issue?
This post has been answered by Lubiez Jean-Valentin on Jun 26 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 24 2010
Added on Jun 25 2010
13 comments
12,336 views