This illustration describes performing media recovery using RMAN, with the RMAN client connected to a recovery catalog and a control file for RMAN repository data. A database administrator issues the following commands:

RESTORE DATABASE;
RECOVER DATABASE;

RMAN uses the record of backups in the repository to determine that the following tasks must be performed:

RMAN then starts a server session on the target instance, which performs the tasks.