RMAN ENHANCEMENTS
Oracle 12c New Features 07 – RMAN Enhancements
SrinivasMaddali
RMAN Enhancements
The following sections describe improvements to Recovery Manager (RMAN).
RMAN LIST COMMAND USAGE
The LIST command allows the backup data to be listed in the RMAN utility
Database
To list all existing backups use:
LIST BACKUP;
CONNECTIVITY
RMAN Connectivity and default database backup
Connect to RMAN take backup.
Using NOCATALOG, which is the default method of connecting to RMAN, one can connect using operating system authentication or Oracle Net Authentication.
RMAN (Recovery Manager) is a backup and recovery manager supplied for Oracle databases (from version 8) created by the Oracle Corporation. It provides database backup, restore, and recovery capabilities addressing high availability and disaster recovery concerns.