RMAN Script
From: <exec_at_chicagorsvp.com>
Date: Thu, 28 Aug 2008 12:47:36 -0700 (PDT)
Message-ID: <d0fb862e-fb65-4e83-8125-832ea705f094@z66g2000hsc.googlegroups.com>
Date: Thu, 28 Aug 2008 12:47:36 -0700 (PDT)
Message-ID: <d0fb862e-fb65-4e83-8125-832ea705f094@z66g2000hsc.googlegroups.com>
I was reading the manual and came across this example. We want to do a level 0 on Sundays and a cumulative every other night. We set this up with 2 backup scripts.
But this seems to do the same thing, just adding to the same backup set.......is that correct??
RUN {
RECOVER COPY OF DATABASE WITH TAG 'incr_update'
UNTIL TIME 'SYSDATE - 7';
BACKUP INCREMENTAL LEVEL 1 FOR RECOVER OF COPY WITH TAG
'incr_update'
DATABASE;
}
This was copied from http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/bkup004.htm Received on Thu Aug 28 2008 - 14:47:36 CDT
