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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: disk crash no mirror, NOARCHILEG mode, and NO BACKUP, some datafiles & undo missing

Re: disk crash no mirror, NOARCHILEG mode, and NO BACKUP, some datafiles & undo missing

From: V R <vragunat_at_yahoo.com>
Date: Wed, 28 Feb 2007 13:54:43 -0800 (PST)
Message-ID: <20070228215443.97624.qmail@web36712.mail.mud.yahoo.com>


A possible choice (perform with help from Oracle support as it is unsupported):

startup mount
alter database datafile 'complete path of missingfiles' offline drop; recover database until cancel; -- perform fake recovery using say online logs alter database open resetlogs;

This may need a hidden parameter like _allow_resetlogs_corruption set. Contact Oracle Support to make sure that they will help even if something goes wrong.

Considering the state the database is in, I am sure this is not an important DB.

Vijay

Ujang Jaenudin <ujang.jaenudin_at_gmail.com> wrote: folks,

and luckily user was SHUTDOWN ABORT database after make datafiles OFFLINE, so when startup, it always try to find the missing undo file..... this is worst case, please help me on this situation......  

regards
ujang    



Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.
--

http://www.freelists.org/webpage/oracle-l Received on Wed Feb 28 2007 - 15:54:43 CST

Original text of this message

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