Search notes:

Oracle RMAN

RMAN stands for recovery manager. It is the preferred solution for backup and recovery.
RMAN is a feature. Hence, it does not need a separate installation.
RMAN is integrated with System Backup to Tape (SBT)
RMAN (as well as SBT) are accessible from both the command line and OEM Cloud Control
RMAN backups might be stored in the fast recovery area.

Components

Required
Target database
RMAN client ($ORACLE_HOME/bin/rman)
fast recovery area
media management software
recovery catalog

Recovery Appliance

Recovery Appliance is the common name for the cloud-scale Zero Data Loss Recovery Appliance.
Recovery Appliance reduces data loss and backup overhead.
Recovery Appliance reduces data loss with the following technologies
Recovery Appliance scales to many (I mean: many) databases.
Recovery Appliance is integrated with RMAN.

Protection policy

A protection policy defines a recovery window goal.
These protection policies can the individually be assigned to the databases in an organization.

Backup history

RMAN maintains a repository of historical backup metadata in the control file of every database that it backs up.
If desired, this history can also be stored in a recovery catalog in another database.

Binary compression

Binary compression reduces the size of backups

See also

Recovery Appliance
channel
RMAN can interface with Media Management Library (MML) or System Backup to Tape (SBT)
RMAN parameters
$ORACLE_HOME/rdbms/admin/bulkimport.pl
The job type backup script allows to schedule and execute an SQL script in or by RMAN.

Index