RMAN Clone NOARCHIVELOG

From: PLAITER <BSKELTON2000_at_HOTMAIL.COM>
Date: Fri, 28 Nov 2008 04:24:25 -0800 (PST)
Message-ID: <2a3fbcd5-0d93-4eb7-8887-661ce71dc223@a12g2000yqm.googlegroups.com>


I am using Oracle 10.2.0.4 with RMAN to clone a database from an RMAN cold database backup. Both databases are in noarchivelog. I am using an Rman catalog with TDPO.

The database I am cloning from is from a previous cold backup. I am using the following paramters in the init.ora of the clone.

db_file_name_convert=
log_file_name_convert=

My duplicate code is as follows :-

connect target xxx_at_xxxx
connect auxiliary sys
startup clone nomount;
set until scn=xxxxx;
duplicate target database to xxx;

My question is will this work as both databases are in noarchivelog and the backup was a cold backup?
The SCN I am supplying is the controlfile scn used in the cold backup.

Any help would be much appreciated. Received on Fri Nov 28 2008 - 06:24:25 CST

Original text of this message