Database Install/Upgrade/Opatch (MOSC)

MOSC Banner

RMAN DUPLICATE

edited Jun 24, 2016 7:05AM in Database Install/Upgrade/Opatch (MOSC) 47 commentsAnswered

Hi,

I have come up through the problem described in the Doc id 1144273

https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=288640453433459&id=1144273.1&_afrWindowMode=0&_adf.ctrl-state=dfase8bo4_77

I am trying to run a RMAN DUPLICATE TARGET DATABASE <target_sid>  from an active remote database <auxiliary_sid>

The sequence of the commands is :

...

# export ORACLE_SID=<target_sid>

# sqlplus sys/********@&lt;auxiliary_sid> as sysdba

SQL> startup force nomount pfile=/home/oracle/product/11.2.0.4/dbhome_1/dbs/init<auxiliary_sid>.ora;

SQL> exit

# rman target sys/*******@&lt;target_sid> nocatalog auxiliary sys/********@&lt;auxiliary_sid>

RMAN> run {

2> duplicate target database to <auxiliary_sid> from active database nofilenamecheck

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center