Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Clean up datafiles
yelellav wrote:
> When you drop a tablespace manually, there is the potential for
> associated datafiles to remain on the OS. I would like to know how I
> can find these datafiles that are no longer associated with a
> tablespace and delete them.
>
> Thanks.
Then make sure they are gone.
But far better:
2. DROP TABLESPACE <tablespace_name>
INCLUDING CONTENTS AND DATAFILES
CASCADE CONSTRAINTS;
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Wed Oct 06 2004 - 00:18:15 CDT
![]() |
![]() |