By
Published: 22 Jun 2004
Why would you want to do an RMAN cold backup vs. hot? What does this buy me? What about the downtime of the database?
DBAs like a cold backup because the backup is consistent across the board. More than anything, they like the comfort factor of a nice, consistent backup. Hot backups will result in inconsistencies in the backed up datafiles. RMAN will resolve these inconsistencies on recovery, after a restore. For many DBAs, it is a comfort factor.
That being said, there are two areas to consider. If you perform a cold backup, you must have downtime for your database. If you cannot afford the downtime, then a cold backup is not for you. If you want or need to perform a hot backup, then you must be running in archive log mode.
Cold backups are easy, do not require archived redo logs, but require downtime. Hot backups do not require any downtime, but are a little more complex and require archived redo logs.
Dig Deeper on Oracle database backup and recovery
Oracle expert Brian Peasland answers one reader's question about common pitfalls when connecting Oracle to outside programs.
Continue Reading
One reader asks expert Brian Peasland a question about datafile sizes with the Oracle RMAN duplicate 10g command.
Continue Reading
Managing parent table-child table relations in Oracle SQL environments is key to efficient programming.
Continue Reading