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

Home -> Community -> Usenet -> c.d.o.server -> Re: Drop tablespaces with missing datafiles

Re: Drop tablespaces with missing datafiles

From: NetComrade <andreyNSPAM_at_bookexchange.net>
Date: Tue, 27 Jul 1999 14:47:51 GMT
Message-ID: <379dc692.89409304@news.earthlink.net>


Take tablespace offline
Take datafiles offline (alter database datafile 'bla-bla-bla' offline) Drop datafiles (alter database datafile 'bla' drop) Drop tablespace

I think this should work, doublecheck the syntax

On Tue, 27 Jul 1999 12:44:39 +0000, Sam Jordan <sjo_at_spin.ch> wrote:

>Hi
>
>I would like to drop a tablespace, which doesn't have any content.
>By some mistake the datafiles are gone. Now Oracle refuses to
>drop the tablespace, because the datafiles aren't present, and I
>can't rebuild the tablespace because it's still present. Any ideas
>how to solve that?
>
>bye
>--
>Sam Jordan
Received on Tue Jul 27 1999 - 09:47:51 CDT

Original text of this message

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