RMAN DUPLICATE
Hi,
I have come up through the problem described in the Doc id 1144273
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/********@<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/*******@<target_sid> nocatalog auxiliary sys/********@<auxiliary_sid>
RMAN> run {
2> duplicate target database to <auxiliary_sid> from active database nofilenamecheck