Create Oracle Policy Using Script
Hi,
I'm done creating RMAN scripts for L0 and L1 backups. When I'm creating a new policy, there was an option to select backup type:
- Full Backup
- Differential Incremental Backup
- Cumulative Incremental Backup
What backup type should I select? Considering my scripts L0 and L1 will take Differential Incremental Backup.
Note: I can't select "Differential Incremental Backup", I need to tick first "Full Backup" in order to make it available.
Thank you
If you used the provided rman backup template scripts that ship with the product you'll notice there is a section that tell the the script what type of backup to do based on the type of schedule e.g. FULL, CINC, INCR.
So what you select would depend on what backup you would do. A Full is a given as you can't have the rest without it.
Are you using the template scripts that were provided or did you write your own to explicitly run L0 and L1 backups? If so, you will need to add full backups to that script.
If you are using the template scripts then yes, you would select FULL and Diff Inc.