Database Backup and Recovery (MOSC)

MOSC Banner

some question about Incrementally Updated Backups

edited Nov 19, 2013 8:36PM in Database Backup and Recovery (MOSC) 4 commentsAnswered
 hi, i found that Incrementally Updated Backups is very good ,but i have some question about it

from Oracle® Database Backup and Recovery Basics 10g Release 2 (10.2) and other place 

the example of  Incrementally Updated Backups  always is 

RUN {
   RECOVER COPY OF DATABASE WITH TAG 'incr_update';
   BACKUP INCREMENTAL LEVEL 1 FOR RECOVER OF COPY WITH TAG 'incr_update'
       DATABASE;
   }
why recover is first and then backup a level 1 ,then when we need to recover database ,we need to apply a level 1 backup and some archivelog 
if we can change the order ,like
RUN {
  BACKUP INCREMENTAL LEVEL 1 FOR RECOVER OF COPY WITH TAG 'incr_update'  DATABASE;

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