when to use "using backup controlfile"
Hi,
I want to make a simple restore / recovery on a new identical oracle (same os, os version and oracle version) (DRP, oracle 11 or 12). DB is in archivelog. I have a rman backup (controlfile autobackup is on), archive logs since backup, current redo log, dbid on disk e:.
=> New hardware is an image of the "original" database, but a few months older. So folders exist, spfile is unchanged, but controlfile/datafiles/... are old versions
=>
copy e:\redolog\*.* c:\oralogs\online /Y
using rman:
set dbid=...
startup nomount;
restore controlfile from 'e:\backup\....';
alter database mount;
catalog start with 'e:\backup\';