RMAN DUPLICATE DATABASE
To Duplicate a database to secondary server we use rman duplicate database command
Brief Steps
RMAN Duplicate Database Command.
1) Create Password file for the 2nd server
2) Configure Network files viz Listener.ora and tnsnames.ora
3) Create Parameter file for 2nd server
4) Take backup of primary db copy to 2nd server
5) Start 2nd server in nomount mode
6) RMAN DUPLICATE DATABASE Command
Now we will look at each in detail
1)