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: Missing archive file, recovery is asking for it

Re: Missing archive file, recovery is asking for it

From: Ashish Shah <ar_shah_at_yahoo.com>
Date: Tue, 6 Jun 2000 08:31:20 -0700 (PDT)
Message-Id: <10520.107893@fatcity.com>


Linda,

How important the data is.. Is this prod database?

You can do is,,

startup mount;

recover database until cancel;

Apply all the logs till the missing log.

alter database open resetlogs;

This will not ask you for any more archive logs. and it will open the database. However you will lose all the transaction after the last applied archive log.

Received on Tue Jun 06 2000 - 10:31:20 CDT

Original text of this message

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