RMAN Duplicate database ... is it that difficult :(
Hi folks
Here is the scenario:
Source db: 11107 OS: 5.3 Oracle Linux 64 bit
Target db: 11204 OS: 6.4 Oracle Linux 64 bit
Using full online backup of source db and trying to restore on target.
My init.ora to startup nomount
DB_NAME=ORCL
compatible=11.2.0.4
db_file_name_convert =("+DATA01","/u02","+DATA02","/u03")
log_file_name_convert =("+DATA01","/u02", "+FPA01","/u03")
And the rman command too.
run {
duplicate database to ORCL
backup location '/tempdir/20140506_full/'
nofilenamecheck;
}
Getting this error, can any one assist here, what I'm doing wrong here.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00601: fatal error in recovery manager