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: Newbie questions ???

Re: Newbie questions ???

From: BH <bhom_at_sprintmail.com>
Date: Tue, 10 Nov 1998 11:00:12 -0700
Message-ID: <36487F2B.4DABC697@sprintmail.com>


Perform the following steps:

  1.) mount the database

  2.) alter database datafile 'name' offline drop;

  3.) open the database

  4.) drop tablespace tablespacename including contents;

NiteOwl wrote:

> Hi,
>
> How can I drop a tablespace without a datafile ?
> Example, temp tablespace with data file '/ora73/dbf/temp/my_temp.dbf'
> deleted.
>
> The database will detect the error and would not open. How can
> I fix this problem... Any hints will be appreciated.
>
> NiteOwl
Received on Tue Nov 10 1998 - 12:00:12 CST

Original text of this message

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