Database Backup and Recovery (MOSC)

MOSC Banner

Why Rman taking multiple backups of controlfile with each backup command in one script

edited Nov 10, 2011 8:50AM in Database Backup and Recovery (MOSC) 5 commentsAnswered
Hi,I would be grateful if you replied my questions,
1- Why Rman taking multiple backups of controlfile with each backup command
2-Do we need to mention 'alter system archive log current'
3-If backup mode is archived and we are expecting insert during backup then what should we add in our backup script?
4-Why we are using 'Include current controlfile' syntax in rman backup script when we already got controlfile backup during database backup script,
 
Script have multiple backup commands, its log shows backup of controlfile multiple times:
       {       backup (database include current controlfile);
              sql 'alter system archive log current';
                  backup archivelog all;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center