How can I stop 'RMAN> recover database' from automatically deleting archived redo logs from my FRA?
I store my archived redo logs in the Flash Recovery Area (FRA).
However, when I recover my database (RMAN> recover database), RMAN unhelpfully deletes these archived redo logs, BEFORE my downstream CDC database has captured them.
How can I stop RMAN from doing this automatic delete?
Documentation shows me that this is the default for archived redo logs held in an FRA
(http://download.oracle.com/docs/cd/B19306_01/backup.102/b14194/rcmsynta044.htm#sthref699)
Regards,
Chris