RMAN Tutorials

RMAN RECOVER MANAGER ORACLE

RMAN – RECOVER MANAGER – ORACLE  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. Oracle Corporation recommends RMAN as its preferred method for backup and recovery and …

RMAN RECOVER MANAGER ORACLE Read More »

CONNECTIVITY

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. D:oracleOra92bin>rman target / nocatalog Recovery Manager: Release 9.2.0.6.0 – ProductionCopyright (c) 1995, 2002, Oracle Corporation. All rights reserved. connected to target …

CONNECTIVITY Read More »

RMAN ENHANCEMENTS

RMAN ENHANCEMENTS  Oracle 12c New Features 07 – RMAN Enhancements SrinivasMaddali RMAN Enhancements The following sections describe improvements to Recovery Manager (RMAN). Active Database Duplication Enhancements Active DUPLICATE uses a network-enabled restore method that is run on the auxiliary database to clone the source database. This is in contrast to the image copy-based approach that …

RMAN ENHANCEMENTS Read More »

RMAN Creating Transportable Tablespace Sets

                Overview of Creating Transportable Tablespace Sets                       (Source: Oracle Docs) We can use RMAN or the transportable tablespaces feature to create transportable tablespace sets. Purpose of Creating Transportable Tablespace Sets================================================== A transportable tablespace set contains data files for a set of tablespaces and an export file …

RMAN Creating Transportable Tablespace Sets Read More »

RMAN Duplicating Databases

Duplicating Databases===================== This chapter contains the following topics: Specifying Alternative Names for Duplicate Database Files Making Disk Backups Accessible Without Shared Disk     Specifying Alternative Names for Duplicate Database Files    If     the source database and duplicate database do not use the same names for database files,     then         we must choose an alternative naming …

RMAN Duplicating Databases Read More »

 Duplicating an Oracle Cloud Database as an On-premise Database

            Duplicating an Oracle Cloud Database as an On-premise Database                    (Source: Oracle Docs) Use the DUPLICATE command to duplicate an Oracle Cloud Database as an on-premise database. Both backup-based and active duplication are supported. Oracle Cloud databases are always encrypted.  When we duplicate a database from Oracle Cloud, the …

 Duplicating an Oracle Cloud Database as an On-premise Database Read More »

RMAN Duplicating Databases To OracleCloud

                    Duplicating Databases to Oracle Cloud                        (Source: Oracle Docs) Use the DUPLICATE command to duplicate an on-premise database to Oracle Cloud. Both backup-based and active duplication are supported. Oracle databases on Oracle Cloud are always encrypted.  Therefore, when you duplicate a database or part of a database …

RMAN Duplicating Databases To OracleCloud Read More »

Scroll to Top