Archive log Deletion with Standby in place
Hi
We have a 2 node 11.2.0.3 RAC database with ASM and now we are configuring
a single standalone standby database. We would be configuring standby redo logs
As of right now, we are backing up the primary RAC database using
RMAN> backup database plus archivelog delete input;
The above basically would delete all the archive logs once they are backed up
Now, once we have the standby database in place, we want to make sure that unless
the archive log is applied to the standby, it does not gets deleted whether it has been backed up or not.
What is the best way to accomplish this?