Archive log retention — oracle-tech
community.oracle.com › archive-log-retentionMay 06, 2011 · I need to keep 3 sets of database backups with RMAN retention but I need to keep 15 days worth of archive logs in the directory. Right now rman deletes the archives older than 3 days with the following command. configure retention policy to redundancy 3; delete noprompt expired archivelog all; delete noprompt expired backup;
Keep archived logs for 5 days - Ask TOM - Oracle
asktom.oracle.com › pls › apexJan 31, 2018 · RMAN> configure archivelog deletion policy to backed up 2 times to disk; Then when you issue "delete archivelog all", it will only delete those archives that have been backed up at least 2 times. If you *really* want to use days, you can use RMAN to do: RMAN> delete archivelog until time 'sysdate-5'; Rating.