Database Backup and Recovery (MOSC)

MOSC Banner

RMAN Duplicate database ... is it that difficult :(

edited May 20, 2014 12:00PM in Database Backup and Recovery (MOSC) 23 commentsAnswered

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center