Database Reference
In-Depth Information
RMAN offers compression of backup images through various means.
RMAN offers encryption of database backups.
RMAN provides various backup reporting capabilities.
RMAN provides scripting capabilities when you are using a recovery catalog.
With the Media Management Library (MML) you can integrate easily with third-party
tape media software.
RMAN provides for parallel processing of backups and restores.
With RMAN, you can create duplicate databases.
RMAN helps you migrate data files across operating-system platforms.
With RMAN, you can perform tablespace point-in-time recovery (TSPITR).
RMAN allows you to recover data files that aren't backed up.
RMAN will automatically recover tempfiles during a database recovery.
Exploring the RMAN Architecture
One of the nice things about RMAN is that it's part of Oracle. Thus, it can natively use the
existing Oracle architecture. Quite a few of the limitations with manual backups are addressed
in RMAN. With each release, RMAN has new features that make it even more powerful.
RMAN has a rich feature set, and with each version of Oracle, the feature set becomes
even richer. Oracle Database 12 c offers a very full-featured backup and recovery tool in
the form of RMAN.
RMAN is based on a robust architecture consisting of the following main components:
The RMAN client interface
The database server
The database control file
The optional recovery catalog
Database pfiles or spfiles
Backup media and the Media Management Library
Backup sets and backup set pieces
RMAN channels
The snapshot control file
Let's look at each component in a bit more detail:
RMAN Client Interface The RMAN command-line interface (RCLI) provides access to
Recovery Manager. This process spawns off-server sessions that connect to the target data-
base , which is the database that will be backed up. From the RMAN client interface you
will issue RMAN commands to execute RMAN backup, recovery, and restore operations.
Search WWH ::




Custom Search