Re: Oracle Managed Files and RMAN

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Tue, 05 Feb 2013 15:01:13 +0100
Message-ID: <511110A9.5020207_at_gmail.com>



Hi Peter,
could you try to rename the restored datafiles in the controlfile to their new locations
before issuing the restore command:
run{
set until time "to_date('201302011500', 'yyyymmddhh24mi')"; restore database;
switch datafile all;
recover database noredo;
alter database open resetlogs;
}

Regards
Dimitre

On 01/02/2013 19:28, Peter van Rijn wrote:
> Than my frustration started. After I while I saw that RMAN, when
> restoring the datafiles, invented new names for them.
[...]

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Feb 05 2013 - 15:01:13 CET

Original text of this message