Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Clean up datafiles

Re: Clean up datafiles

From: Joel Garry <joel-garry_at_home.com>
Date: 6 Oct 2004 17:25:16 -0700
Message-ID: <91884734.0410061625.222f50a9@posting.google.com>


info_at_Boecker-OCP.com (Yukonkid) wrote in message news:<ed737cdd.0410052333.498bd0d6_at_posting.google.com>...
> valleley_at_excite.com (yelellav) wrote in message news:<b7228f17.0410051246.7c04d81b_at_posting.google.com>...
> > 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.
>
>
> Hi,
>
> files you will not find when you run
>
> select file_name, tablespace_name from dba_data_files;
>
>
> ciao
>
> yk

select * from dba_temp_files; if you do that, so you don't go "gee, nothing has bothered with this file, I guess I'll delete it," and crash the next time Oracle does a big sort.

jg

--
@home.com is bogus.
All your base are mine!
Received on Wed Oct 06 2004 - 19:25:16 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US