Archive log mode : 

This mode created backup of all transactions that have occurred in the database , so that you can recover your database to any point in time. These logs consumes space in respective destination.

To utilize storage , we can remove archive log with RMAN command delete input or delete all input for archive log backed up by RMAN.

1. backup archivelog all delete input.

Let us consider I have 3 archiving detination ‘/dest1′,’/dest2’ and ‘/dest3’ .

When we use delete input command , RMAN would delete the specific archived redo log files that it backed up.

For example RMAN would delete archived logs from ‘/dest1’ if those were the files used as the source of the backup, but it would leave archive log of the ‘/dest2’ and ‘/dest3’ intact.

2. backup archivelog all delete all input.

As per above consideration of archiving destination , In this case RMAN backs up only one copy of each log sequence number in these directories, and then deletes all copies of any log that it backed up from the archiving destinations.

Thank you for giving your valuable time to read the above information.

If you want to be updated with all our articles send us the Invitation or Follow us:

Skant Gupta’s LinkedIn: www.linkedin.com/in/skantali/

Joel Perez’s LinkedIn: Joel Perez’s Profile

Anuradha’s LinkedIn: Anuradha’s Profile

LinkedIn Group: Oracle Cloud DBAAS

Facebook Page: OracleHelp

About The Author

Comments

  1. Pingback: Archivelog All Delete Input - Backing Up Databases Using Rman

  2. Pingback: Backup Archivelog All Delete Input - SecuredGuide

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.