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: Recover after rman restore asks for a VERY OLD archive log

RE: Recover after rman restore asks for a VERY OLD archive log

From: Mathias Zarick <Mathias.Zarick_at_trivadis.com>
Date: Mon, 8 Oct 2007 17:48:30 +0200
Message-ID: <370BF313301A024C962B057686863683F0BC80@MSXVS04.trivadis.com>


i guess you have had offline files on the source database? and offline since a long time?
check and compare status and checkpoint_change# in v$datafile_header. if yes:
you could try to skip the problematic datafile using a syntax like:
recover datafile 1,2,3, ... until cancel using backup controlfile; #just all files but the problematic file(s) Cheers Mathias

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Oct 08 2007 - 10:48:30 CDT

Original text of this message

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