In Oracle (RMAN) world, we only take incr0 which is base backup. I don't use further level 1 as there is hit on restore times.
In your case, your incr0 would be base backup and incr1 would be use that base for subsequent backups.
I think most of the time people are confused as what is the difference between full and incr 0 in Oracle. None unless you take incr 1, but if you plan to take incr 1 then you must have incr 0 and not full. See https://www.pythian.com/blog/rman-full-backup-level-0-incrmental/
If you plan to to have different levels, I suggest you have different RMAN script for each and different client associated with that script - rest is just matter of scheduling at your own liking.
It is possible; you use 2 different clients/groups/schedules/policies. Each is used for RMAN script you call and where you define which level you are using.
In my tests, we found that RMAN backups are fast enough to make always full or incr0 backup only (our biggest pure Oracle DB is around 4TiB and the one under SAP is 7TiB; for last one my group runs some 5 hours which also includes cloning/replication).
ble1
4 Operator
•
14.4K Posts
0
February 20th, 2017 13:00
Incremental will always depend on full.
In Oracle (RMAN) world, we only take incr0 which is base backup. I don't use further level 1 as there is hit on restore times.
In your case, your incr0 would be base backup and incr1 would be use that base for subsequent backups.
I think most of the time people are confused as what is the difference between full and incr 0 in Oracle. None unless you take incr 1, but if you plan to take incr 1 then you must have incr 0 and not full. See https://www.pythian.com/blog/rman-full-backup-level-0-incrmental/
If you plan to to have different levels, I suggest you have different RMAN script for each and different client associated with that script - rest is just matter of scheduling at your own liking.
dungkaitai
16 Posts
0
February 20th, 2017 14:00
So it is not possible to configure weekly level 0 incremental backup and daily level 1 incremental backup using the GUI?
I think this backup method have their use case. Such as backup a very large database. (when Data Domain is not available)
ble1
4 Operator
•
14.4K Posts
0
February 21st, 2017 04:00
It is possible; you use 2 different clients/groups/schedules/policies. Each is used for RMAN script you call and where you define which level you are using.
In my tests, we found that RMAN backups are fast enough to make always full or incr0 backup only (our biggest pure Oracle DB is around 4TiB and the one under SAP is 7TiB; for last one my group runs some 5 hours which also includes cloning/replication).