ORA-03135: connection lost contact when duplicating from active database always on system tablespace
edited Jan 7, 2013 10:25PM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 1 commentAnswered
Hi Folks,
I'm trying to create a standby database (RAC 11GR2 to RAC11GR2) using duplicate from active database but I'm getting the error ORA-03135: connection lost contact. I don't know if its a coincidence (I don't think so) the erros always occurs when system tablespace is in copy process.
RMAN Command
===============
run {
allocate channel c1 type disk;
allocate channel c2 type disk;
allocate channel c3 type disk;
allocate channel c4 type disk;
allocate channel c5 type disk;
allocate channel c6 type disk;
allocate channel c7 type disk;
allocate channel c8 type disk;
allocate channel c9 type disk;
allocate channel c10 type disk;
0