RMAN Database Duplication
RMAN Database Duplication
- Creating a Password File for the Auxiliary Instance, When you create a standby database by using RMAN duplication, password files are always copied.
- Add Net Services for primary and standby databases in the tnsnames.ora file.
- Adding Static Service to Listener in the listener.ora file.
- Create an Initialization Parameter File for the Auxiliary Instance.
- Start the auxiliary instance in NOMOUNT mode.
- Duplication database.
rman target sys/oracle@Matrix auxiliary sys/oracle@Matrix_DR0 |
Use the NOFILENAMECHECK clause to indicate that RMAN must not display an error when the names of the database files are the same in the source and duplicate database.
If the source database uses a server parameter file, then including the SPFILE option in the DUPLICATE command directs RMAN to use the server parameter file from the source database for the auxiliary instance.
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.