Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create Primary Database from DR database backup

user10402186Oct 27 2009 — edited Oct 28 2009
Hi Experts

I got the requirement as follows:

Build Production database using DR backup.

When I am creating the Production database(Primary Database),I tried with the Duplicate command to create the primary database using DR backup.It is failing at the control file creation.



Script used:

I am executing this script on Primary server:


Rman target sys/***@DR auxiliary /

run
{
allocate channel c1 device type disk sbt_tape;
allocate channel c2 device type disk sbt_tape;
-----
---
NB_ora_client...,nb_ora_policy.....,
dupilicate target database to PR;
relaease channel c1;
-----
---
}
exit


So can any body tell me is there any way to create the Primary Database from DR backup.
Also please refer me to some documents in cloning the Primary database from production database.


Thanks
Veera
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 25 2009
Added on Oct 27 2009
3 comments
1,050 views