
Oracle RMAN Survival Guide or ...
... «when a crisis is in progress, it is easy to make a simple mistake»
Overview
This guide is a quick-reference guide for Recovery Manager (RMAN), Oracle's
utility to manage all of the Oracle database backup and recovery activities. This
guide is not a comprehensive backup and recovery book. It contains an
overview of RMAN architecture, shows briefly how to backup and restore
databases using RMAN, describes catalog setup issues, and provides quick-
reference syntax diagrams of RMAN commands.
The purpose of this guide is to help you quickly find the syntax for, and use,
RMAN commands to back up, restore, and recover a database. We also point
out that the batch mode examples in this guide are scripted with Unix shell
scripts. Many of these examples contain Unix paths that are appropriate for our
environment. If you are developing your own set of scripts, you will want to
change the examples to reflect your own environment.
The real success of a backup depends on how effectively you can restore the
databases from these backups. Develop recovery scripts and make sure to test
and practice the different recovery scenarios. After a new incarnation of a
database is created, make sure to run a full backup of the database. Also,
make sure to run a full export of the database once the database is recovered.
It will go through all the database blocks and is a good way to check whether
there are still corrupt datafiles.
Which Files must be backed up?
All files in the grey area below must be backed up.
相关文档
评论