- copy the backup of RMAN back to standby server(new server). Backup Directory structure should same as on Primary side.
- Lets assume, password file already created on primary database. So Make sure that we can make connetion as sys user from new server.
- Make sure that db_file_name_convert and log_file_name_convert parameter are set correctly on new AUXILIARY database.
- Start the new AUXILIARY database in NOMOUNT state.
unix$ sqlplus / as sysdba
SQLPLUS> startup nomount - Start RMAN from AUX side and Connect to rman catalog
unix$ rman
RMAN> rman/rman1@primcatalog - Connect target(primary) database using sys user
RMAN> sys/password@primary_db - RMAN> duplicate target database to AUX.
- RMAN> duplicate target database to AUX.
- RMAN> duplicate target database to AUX.
Wednesday, July 9, 2008
Duplicate Database on a different server using RMAN dulplicate
Duplicate Database on a different server using RMAN dulplicate.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment