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!

Copy database from one server to another

Prem KumarJan 17 2010 — edited Jan 26 2010
Dear Experts,

OS: Windows 2003 Enterprise Edition (64-bit)
Oracle: Oracle 10g R2 (10.2.0.4 - 64bit)

Goal: The goal is to copy database on a new server.

I have taken full database backup as a copy with the following RMAN command:
backup as copy db_file_name_convert=('c:\mydb', 'd:\mydb') database;
I have all the archivelog's preserved.

I would like to move this copy to a separate server and bring it up.

What are the steps I need to follow in order to have a new database.

Please share your thoughts.

Regards
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 23 2010
Added on Jan 17 2010
2 comments
2,075 views