We have got 1TGB, full backup size with compression is about 250 GB, so it saves about 2/3 but this depends on the data itself.
Drawback - compression takes time, to compress and to uncompress as well.
To speedup the backup, rman can do backup in parallel threads (with hot backup this is possible as well of course)
Main Topics
Browse All Topics





by: mrjoltcolaPosted on 2009-11-07 at 10:13:57ID: 25767336
RMAN will be faster and smaller
1) RMAN does not need to put the datafiles into hot backup mode to back them up
2) RMAN only backs up allocated blocks (whereas user-managed HOT backup backs up the whole file)
I don't use the compression feature, as it is an "extra option", so I cannot say.
You can take RMAN incrementals, and also use Block Change Trackign (BCT) with RMAN which will even more drastically speed up your backups.