Hi out there;
I am on OPS. AIX 4.3 with tivoli/tsm as storage manager.
I want to restore from cluster A to B. I have the backup of A. No problem. Now when I run the restore it fails about 3/4 through with one infamous error "database session terminated unexpectedly for channel ....". No ORA- message. The listener is fine. I turned RMAN debugging on and below is the output as well.
Can someone help?



ERROR message
################
restoring datafile 00395 to /dev/rprod_1024_004
=====================================================
=============== ERROR MESSAGE STACK FOLLOWS ==========
=======================================================
fatal error in recovery manager
fatal error during execution of command
database session for channel t1 terminated unexpectedly





#################################################
RESTORE SCRIPT (NB fails about halfway through)
#################################################
run
{
allocate channel t1 type 'sbt_tape' connect internal/xxxx@xxxx parms
'ENV=(
#DSMI_DIR=/usr/tivoli/tsm/client/ba/bin,
#DSMI_ORC_CONFIG=/tsm/cfg/ccs1_dsm.opt,
#DSMI_ORC_CONFIG=/usr/tivoli/tsm/client/ba/bin/ccs1_oracle.opt,
DSMO_NODE=ccsp1,
DSMO_DEBUG=49,
DSMO_PSWDPATH=/usr/tivoli/tsm/client/oracle/bin)';
#DSMI_LOG=/usr/tivoli/tsm/client/ba/bin)';
restore controlfile;
sql 'alter database mount shared';
restore database;
#recover database;
#sql 'alter database open';
release channel t1;
}

###############################################
DEBUG Trace from RMAN at time session ends
################################################

EXEC SQL AT TARGET declare vsn varchar2 ( 20 ) ; begin vsn := dbms_rcvman . getP
ackageVersion ; kg_vsnkg_vsn_i := vsn ; if vsn is not null then kg_vsnub4
:= to_number ( substr ( vsn , 1 , 2 ) || substr ( vsn , 4 , 2 ) || substr ( vsn
, 7 , 2 ) ) ; end if ; end ;
sqlcode=0
krmxr: callback returned TRUE, skipping sleep
krmxpoq: xc=539433176, action="0000876 STARTED", col_l=15, ind=0, sid=10
krmxr: sleeping for 1 seconds
krmxpoq: xc=539433176, action="0000876 STARTED", col_l=15, ind=0, sid=10
krmxr: sleeping for 2 seconds
krmxpoq: xc=539433176, action="0000876 STARTED", col_l=15, ind=0, sid=10
krmxr: sleeping for 4 seconds
krmxpoq: xc=539433176, action="0000876 STARTED", col_l=15, ind=0, sid=10
krmxr: sleeping for 8 seconds
krmxpoq: xc=539433176, action="0000876 STARTED", col_l=15, ind=0, sid=10
krmxr: sleeping for 10 seconds
krmxpoq: xc=539433176, action="0000876 STARTED", col_l=15, ind=0, sid=10
krmxr: sleeping for 10 seconds
krmxpoq: xc=539433176, action="0000876 STARTED", col_l=15, ind=0, sid=10
krmxr: sleeping for 10 seconds
krmxpoq: xc=539433176, action="0000876 STARTED", col_l=15, ind=0, sid=10