Hi all,
Pls. let me know the steps/procedures to create a standby database using RMAN ?
With thanks in advance
Ananth K.T
Printable View
Hi all,
Pls. let me know the steps/procedures to create a standby database using RMAN ?
With thanks in advance
Ananth K.T
The link you mentioned specifies how to create & maintain the standby database .But that doesn't have any specific thing abt how to create a standby DB using 'RMAN' .
pls. give me any other suggestions.
Thanks & Regards
Ananth K.T
You have to restore your database on the standby server and create a standby crontrolfile. To do that using RMAN you will have to :
Make rman backup available on standby node
Create init.ora for the standby database
Restore controlfile from the backup on standby server
Mount restored controlfile
Restore the backup
Replace restored controlfile with standby controlfile generated on primary catabase
Start applying archived redo logs.
These are not step by step instructions, but more high level steps.
Hope it helps