backup original location

Rman Restore Database From Backup

Oracle’s Recovery Manager (RMAN) provides an efficient, comprehensive backup and restore solution for Oracle databases. This article provides a step-by-step guide to using RMAN to restore a database from backup.

Before you can restore a database from backup, you must first create a recovery catalog. The recovery catalog is a repository for information about the backups and restores that have been performed on the database. To create a recovery catalog, run the following command:

RMANCREATE CATALOG RECOVERY_CATALOG_NAME;

where RECOVERY_CATALOG_NAME …