Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Archive log retention

user12244962May 6 2011 — edited Jun 2 2011
Hi
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;
delete noprompt obsolete;

which is the best way to tweak this in order to keep 15 days archive logs and need only 3 days data (file) backup?

Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 30 2011
Added on May 6 2011
7 comments
6,567 views