Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RMAN Differential and Incremental

Status
Not open for further replies.

Matsul

IS-IT--Management
May 6, 2002
140
BE
Anbody know what the difference in the two scenarios will be

SCENARIO ONE
-------------

Sunday Level 0 Backup using BACKUP INCREMENTAL LEVEL 0 DATABASE

Monday Level 2 Backup using BACKUP INCREMENTAL LEVEL 2 DATABASE

Tuesday Level 2 again using BACKUP INCREMENTAL LEVEL 2 DATABASE

Wednesday Level 2 using BACKUP INCREMENTAL LEVEL 1 DATABASE



SCENARIO TWO
-------------

Sunday Level 0 Backup using BACKUP INCREMENTAL LEVEL 0 DATABASE

Monday Level 2 Backup using BACKUP INCREMENTAL LEVEL 2 DATABASE

Tuesday Level 2 again using BACKUP INCREMENTAL LEVEL 2 DATABASE

Wednesday Level 2 using BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE

Would the Wedesday backup be the same in both cases ?
 
Not sure off the top of my head, BUT

Why do you care?
What are rying to do?
Save tapes?
Save time?
 
Hi Jouell,

really only to understand in prep for OCP exam.

thanks
 
These scenarios are exactly the same.

Differential tells RMAN to backup changes since Leveln or lower incremental backup.

Cumulative tells RMAN to backup changes since Leveln-1 or lower incremental backup.

So both Level 1 incrementals would go all the way back to the last level 0. If there was a level 1 accomplished on Monday or Tuesday, the differential would go back to that, but cumulative would still go back to level 0. Make sense?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top