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 -> REPOST: Re: tablespace deleted..............pl help me

REPOST: Re: tablespace deleted..............pl help me

From: Hieraklion <hieraklion_at_spray.fr>
Date: Thu, 24 Jan 2002 14:25:33 +0100
Message-ID: <0$--$%%%%--_%$-$$$@news.noc.cabal.int>


"Bonjour" from Paris,

This solution is the best solution if the database is in noarchive mode ('archive log list' in svrmgrl prompt connected internal).

The syntax in order to drop the tablespace is 'drop tablespace ... including contents' in order to
delete all informations of objects.

If you are in archive mode you can use the solution in the 29430.1 note on metalink in the Oracle Support web server. You will restore the datafile without a backup !!! Magic !

Do not try first to manipulate the controlfiles. The solution to modify the controlfiles has to be the 'last manipulation'.

"Au revoir" from Paris
Hieraklion

James Williams wrote:

>At the command line
>
>go to svrmgrl
>
>connect internal
>
>shutdown abort
>
>startup mount
>
>alter database datafile 'path/file' offline drop;
>
>alter database open;
>
>
>select name,status from v$datafile and note;
>
>
>drop tablespace xxxxx;
>

This message was cancelled from within The Unacanceller's glorious new software, Lotus 1-2-3 For Rogue Cancellers. Received on Thu Jan 24 2002 - 07:25:33 CST

Original text of this message

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