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