Database Backup and Recovery (MOSC)

MOSC Banner

rman duplicate is failing but restore preview seems to be ok.

edited Feb 21, 2014 12:00PM in Database Backup and Recovery (MOSC) 3 commentsAnswered

I'm duplicating a 10.2.0.4 database into a 10.2.0.4 database, on the same host, using ASM 11.1.


run {
set until time "TO_DATE('05.11.2013 17:59:59','DD.MM.YYYY HH24:MI:SS')";
configure auxname for datafile 1 to '+DGMEDIUM/repro/datafile/system.336.683625885';
configure auxname for datafile 2 to '+DGMEDIUM/repro/datafile/undotbs1.337.683625891';
configure auxname for datafile 3 to '+DGMEDIUM/repro/datafile/sysaux.338.683625893';
configure auxname for datafile 4 to '+DGMEDIUM/repro/datafile/undotbs2.340.683625897';
allocate channel PROD device type SBT_TAPE parms='SBT_LIBRARY=/opt/nsr/amon/lib/libmml64.so, ENV=(MML_SERVER=networker-bb, MML_CLIENT=oralipnw-bb)';
ALLOCATE AUXILIARY CHANNEL REPRO DEVICE TYPE SBT_TAPE parms='SBT_LIBRARY=/opt/nsr/amon/lib/libmml64.so, ENV=(MML_SERVER=networker-bb, MML_CLIENT=oralipnw-bb)';

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