Data Guard Setup
I am preparing a data guard configuration between 2 Oracle Databases 10.2.0.5 R2 (Both are running under IBM AIX 5.3 64 bit).
From the Primary database, all parameters in SPFILE have been changed / added
I have also added the new standby redo log files (Knowing I have 10 online redo log files , so the number of standby redo log files is set to 10 + 1 = 11)
A full RMAN backup was taken from the primary
First Question:
As per the article, they have used DUPLICATE DATABASE auxiliary database. But For me, I have restored database from the RMAN backup and open
it in Standby database and then recover managed standy database. Can I do this? Or I have to use DUPLICATE command?