You can restore an incrementally updated backup by doing a 'switch datafile', after which oracle just attaches to the datafile and uses it. Must faster then doing a cp of the file back into the original location.
It has to mainly do with the time savings and disk space savings, as both of these are lesser with incremental backup.
We can't imagine taking a daily full hot backup for a database of size say 500G or 1TB etc...Depending on the hardware configuration, it can take good amount of time and more importantly has an impact on end-user performance and hardware resource consumption. What is the use of taking the backup of whole database, if it has not changed completely ?
Even i know the significance of incremental backups mr.But i request you to
go through Oracle Documentation and read about Incrementally updated backups and then answer to this post [].This is one of the silliest things people often confuse/not aware of difference between incremental backups and incrementally updated backups.....so mr.simple dba please got hru document and then put a smiley ok....[]
As I understood, the incrementally updated backups primarily help when you have to restore or recover the database.
Before going down this route, it might be good to compare the time savings on your environment for a level 0 vs. level 1 backup. Based on that, you could decide whether a level 1 with incrementally updated option is better or level 0 is better.
There is certainly advantage for incrementally updated backups. As an example, if I take level 0 backup on Sunday and take level 1 from Mon-Fri. On Sat, if recovery needs to be done, it would involve restoring level 0 of Sunday and applying the 5 incrementals taken during the week.
With the incrementally updated backups, I would have to apply only 1 incremental, since my level 0 backup of Sunday is already recovered and pushed forward to Thursday (with incrementally updated backup feature) and I only need to apply Friday's incremental.
Instead of spending the time during actual recovery, the time is spent during a normal backup.
Bookmarks