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!

what difference between incremental level = 0 and full backup

prooraDec 23 2012 — edited Dec 25 2012
Hello World ,

see the below RMAN script , as shown is incremental level 0 and the script run every night to take the backup and we are using 7 taps to take the backup which everyday has its own tape , if i take the backup as increment , do i need one tape to do recovery to all of them?

run {
allocate channel ch1 type 'sbt_tape'
PARMS="BLKSIZE=262144,ENV=(CV_mmsApiVsn=2,CV_channelPar=ch1)"
TRACE 0;
setlimit channel ch1 maxopenfiles 8;
backup
incremental level = 0
filesperset = 32
database
include current controlfile ;
}
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 22 2013
Added on Dec 23 2012
6 comments
1,594 views