RMAN Duplicate Failed
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
0