So, why would a sysadmin like RMAN?
- RMAN can perform online (hot) backups
- RMAN can allow for partial or complete recovery
- No fear of incomplete backups
- DBA initiated backups and recovery without the interaction of the SA
- Intigration with existing backup infistructure
The problem with backing up Oracle using traditional methods is similar to the problems with backing up filesystems, unless you shutdown the database and perform a cold backup there is no way to know that all the transactions and changes have been written to datafiles. The SGA maintans a huge amount of data in active memory which can cause a problem. It's alittle like editing a configuration file on the system and then halting the system and wondering where your changes went. In order to ensure consistance of the database we need a hot backup method. If we restore a filesystem backup of the database that was taken while Oracle was running we run the risk of lossing database changes at best or having a corrupt database at worst.
Fuentes:
No hay comentarios:
Publicar un comentario