RMAN DUPLICATE PROD RAC DATABASE TO TEST RAC DATABASE
Hi all,
We have a production 2 node RAC database and a 2 node test RAC database.
If we want to duplicate the production to test, are these the only steps?
1) set cluster parameter to false in test database
2) shutdown test and startup nomount
3) Active duplicate using RMAN
4) set cluster parameter TRUE
5) use SRVCTL to start both instances
If someone has some detailed notes around the steps before and after the RMAN duplicate command, I would be appreciative.