Database Backup and Recovery (MOSC)

MOSC Banner

RMAN CLONE

edited Sep 23, 2013 7:31AM in Database Backup and Recovery (MOSC) 7 commentsAnswered
Hi All,

I need help in trying to resolve the below issue.Please find details below....

RMAN> duplicate target database to DNYACE01;

Starting Duplicate Db at 17-SEP-13
using channel ORA_AUX_DISK_1
using channel ORA_AUX_DISK_2

contents of Memory Script:
{
   set until scn  6538428963055;
   set newname for datafile  1 to
 "/data/oracle/DNYACE01/u01/system01.dbf";
   set newname for datafile  2 to
 "/data/oracle/DNYACE01/u01/undotbs01.dbf";
   set newname for datafile  3 to
 "/data/oracle/DNYACE01/u01/sysaux01.dbf";
   set newname for datafile  4 to
 "/data/oracle/DNYACE01/u01/users01.dbf";
   set newname for datafile  5 to
 "/data/oracle/DNYACE01/u01/dm_index_01.dbf";

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