Database Backup and Recovery (MOSC)

MOSC Banner

RMAN duplication Process

edited May 7, 2010 10:14PM in Database Backup and Recovery (MOSC) 9 commentsAnswered
 Hi,

Iam trying to understand  the RMAN duplication process.  After the recovery step is done, it executes the catalog the datafile copy.... So I would like to understand as what it is trying do as part of the "catalog clone datafilecopy".).. 

Please provide some insight on this one.

Thank you for your help..

contents of Memory Script:
{
set newname for tempfile 1 to
"C:\ORACLE\ORADATA\CLONE\DUPLICAT\DATAFILE\O1_MF_TEMP_1P47MLKR_.TMP";
switch clone tempfile all;
catalog clone datafilecopy "C:\ORACLE\ORADATA\CLONE\DUPLICAT\DATAFILE\O1_MF_USERS_16_1YYG2S9N_.DBF";
catalog clone datafilecopy "C:\ORACLE\ORADATA\CLONE\DUPLICAT\DATAFILE\O1_MF_SYSAUX_1YYG2T33_.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