Why do you want to drop it?
If this is all one tablespace, perhaps Oracle has already stored objects in that datafile. Once the datafile is added to Oracle, you should leave it. You can try to shrink the datafile to a very small size, but Oracle will only allow you to shrink it as far as possible without losing the extents in it.
If you really want to be rid of the cooked file, and ony want raw, consider creating a new tablespace and migrating all the objects to it, then drop the old tablespace, including all the datafiles.
Main Topics
Browse All Topics





by: seviorPosted on 2009-10-03 at 10:00:26ID: 25485951
I understand that I have an option to export - recreate tablespace - import.
I have completed this already (on machene that has been cloned from production one) - this entire process takes forever (remember I'm dealing with very old system, however cloned syetm is much newer hardware), that's why I did ask about "altering" tablespace option. I also understand that it is almost no chance to make files manipulation working. I'm still looking forward to hear your final NO WAY!