Hi,
I have a 1.5 TB data warehouse 11.2 oracle database and am using the following backup strategy
Level0 backup twice a week nightly
Level1 backup on other nights
Compressed backup with parallelism 5
Optimization OFF
The command i use is
backup check logical incremental level 0 cumulative as compressed backupset database format '/xxxxxxxxxxxxx_xxxxxxxxxx_%T_%s';
Though the leve1 backup completes in 20 min , the level0 backup takes about 8 hours.
I want to reduce the time for level0 backup. Please provide any recommendations
Thanks