Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to delete datafile from tablespace using SQL?
It is impossible in all current versions of oracle.
If you really need this, you can recreate teblespace
(i.e. export all it's data, drop it, create it and import data back).
If it is a system tablespace, you should recreate a database.
But I think you can allow this datafile to be exist...
Use "rename datafile" to reflect a move operation.
Received on Thu Dec 30 1999 - 08:46:56 CST
![]() |
![]() |