Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

RMAN 12c DUPLICATE enhancements

$
0
0
Existing Version:

When you duplicate a database using RMAN DUPLICATE, the database is created and opened with RESETLOGS mode.

In 12c :

With Oracle database 12c, you can specify that the database must not be opened with “NOOPEN”
clause.

Situation for NOOPEN:

•If you need to make changes to initialization parameters after the duplication
•Opening the database conflict with other source database in the same server
•If you plan to create database for upgrade and want to open in upgrade mode

Sample Example:

The command below creates duplicate database, but it will not open.

RMAN> DUPLICATE TARGET DATABASE TO DB1 FROM ACTIVE DATABASE NOOPEN;

Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>