Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: DROP TABLESPACE question
Arun K Prabhakar <prabakar_at_india.hp.com> wrote . . .
> When we drop a tablespace, Oracle removes the entries in
> the dictionary. However, the associated data files still remain
> on disk. Is there anyway to make Oracle also remove the
> operating system datafiles from disk also?
No, you must delete those manually at the operating system level.
Or you can re-use them with the "reuse" keyword in the datafile section of the create tablespace or alter tablespace commands.
Chris
![]() |
![]() |