On a non-production database I was getting the following error when trying to delete archive logs with RMAN.
1 2 |
RMAN-08137: WARNING: archived log not deleted, needed for standby or upstream capture process archived log file name=+RECO/DBP1/ARCHIVELOG/2017_05_07/thread_1_seq_32041.11548.943352263 thread=1 sequence=32041 |
This database does not have any golden gate processes associated with it, so why doesn’t Oracle want to delete the archive log? The database was rebuilt with a copy of a production database that did have …
Recent Comments