Database Backup and Recovery (MOSC)

MOSC Banner

RMAN Duplicate Failed

edited Jun 25, 2012 7:19AM in Database Backup and Recovery (MOSC) 6 commentsAnswered
 I am getting following error during duplicating of 2 node rac  using 11.2.0.2 on windows 2008 

Kindly help me.

One more question

How can We  connect to a particular instance in 11.2.0.2(how to make tns entry for each node)

from Auxiliary instance I want to connect to target(instance1) and then  run duplicate target command.


 example rman  target sys/***@ajctest1 auxiliary /

RMAN> run{
2>         set until time "to_date('2012/06/24 15:10:00','yyyy/mm/dd HH24:MI:SS')";
3> allocate channel D1 device type disk;
4> allocate auxiliary channel D2 device type disk;
5> DUPLICATE TARGET DATABASE TO "AJCDUP";
6> }

executing command: SET until clause

allocated channel: D1
channel D1: SID=157 instance=ajctest2 device type=DISK

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