Hi Guys,
I am facing problem with my RMAN scheduled backup job with Full database backup and archive log backup.
its completing backup with warning "RMAN-08137: WARNING: archived log not deleted, needed for standby or upstream capture process"
RMAN-08137: WARNING: archived log not deleted, needed for standby or upstream capture process
archived log file name=/u03/oradata/PIPLM/archive/1_1015_895239999.log thread=1 sequence=1015
RMAN-08137: WARNING: archived log not deleted, needed for standby or upstream capture process
archived log file name=/u03/oradata/PIPLM/archive/1_1016_895239999.log thread=1 sequence=1016
RMAN-08137: WARNING: archived log not deleted, needed for standby or upstream capture process
archived log file name=/u03/oradata/PIPLM/archive/1_1017_895239999.log thread=1 sequence=1017
RMAN-08137: WARNING: archived log not deleted, needed for standby or upstream capture process
archived log file name=/u03/oradata/PIPLM/archive/1_1018_895239999.log thread=1 sequence=1018
RMAN-08137: WARNING: archived log not deleted, needed for standby or upstream capture process
I dont know why this error is coming. i would like to inform you, it is my primary database which has been restored from 1 day old backup in last week so at this situation my standby database need to rebuild. 2-3 days before on standby side archivelog space was full so i deleted some archive log for freed the space bcoz i know i need to rebuild it in future so we delete the acrchivelog files from the satndby side and after that i shutdown standby database. hopefully by then we are facing this issue, now i am deleteingn archive log files by manually with the "delete noprompt force archivelog all;" command from the primary database otherwise archive mount point become full.
Please help me out to get rid of this error. we are using oracle 11.2.0.4 version of database with linux OS.