RDBMS Version: 11.2.0.4
OS : RHEL 6.6
If I understand correctly, if I want to apply archive logs manually , I have to do the following 2 steps.
But, how can I make standby DB to accept (add it as part of standby DB) the archive logs which were transferred manually ?
ie. How can you force standby DB to add these archive logs to its control file ?
Step1. First stop current recover process (MRP) as
alter database recover managed standby database cancel;
Then transfer all need archive logs from primary to standby side and apply these manually using below command.
Step2. recover standby database until cancel ;