Recovery Manager: Release 11.2.0.3.0 - Production on Tue Jun 24 16:59:33 2014 Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved. connected to target database: RSBNET (DBID=1682666943) using target database control file instead of recovery catalog RMAN> echo set on RMAN> run 2> { 3> allocate channel t1 type 'sbt_tape' parms 4> 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt)'; 5> allocate channel t2 type 'sbt_tape' parms 6> 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt)'; 7> BACKUP as compressed backupset incremental level 0 tag DBINCR0 database MAXSETSIZE 40G; 8> sql 'alter system archive log current'; 9> BACKUP as compressed backupset ARCHIVELOG all tag ARCHLOG; 10> delete noprompt archivelog all completed before 'sysdate-3'; 11> BACKUP current controlfile tag 'CONTROLFILE'; 12> crosscheck backup; 13> delete noprompt obsolete; 14> 15> RELEASE CHANNEL t1; 16> RELEASE CHANNEL t2; 17> } allocated channel: t1 channel t1: SID=869 device type=SBT_TAPE channel t1: Data Protection for Oracle: version 5.4.1.1 allocated channel: t2 channel t2: SID=1015 device type=SBT_TAPE channel t2: Data Protection for Oracle: version 5.4.1.1 Starting backup at 24-JUN-14 channel t1: starting compressed incremental level 0 datafile backup set channel t1: specifying datafile(s) in backup set input datafile file number=00006 name=/u01/data1/RSBNET/bijesh_data_file0.dbf input datafile file number=00002 name=/u01/data1/RSBNET/sysaux01.dbf input datafile file number=00001 name=/u01/data1/RSBNET/system01.dbf input datafile file number=00005 name=/u01/data1/RSBNET/tandemi_tbs_01.dbf input datafile file number=00021 name=/u01/data1/RSBNET/wl_data_file_0.dbf input datafile file number=00022 name=/u01/data1/bijesh_data_lg_02.dbf input datafile file number=00037 name=/u01/data1/RSBNET/undotbs02.dbs input datafile file number=00038 name=/u01/data1/RSBNET/undotbs03.dbf input datafile file number=00008 name=/u01/data3/bijesh_data_file2.dbf channel t1: starting piece 1 at 24-JUN-14 channel t2: starting compressed incremental level 0 datafile backup set channel t2: specifying datafile(s) in backup set input datafile file number=00030 name=/u01/data1/RSBNET/iry_idx_lg04.dbf input datafile file number=00041 name=/u01/data1/RSBNET/bijesh_data_file6.dbf input datafile file number=00011 name=/u01/data3/bijesh_data_file5.dbf channel t2: starting piece 1 at 24-JUN-14 channel t2: finished piece 1 at 24-JUN-14 piece handle=lqpblhfq_1_1 tag=DBINCR0 comment=API Version 2.0,MMS Version 5.4.1.1 channel t2: backup set complete, elapsed time: 01:13:56 channel t2: starting compressed incremental level 0 datafile backup set channel t2: specifying datafile(s) in backup set input datafile file number=00027 name=/u01/data1/RSBNET/iry_idx_lg2_05.dbf input datafile file number=00004 name=/u01/data1/RSBNET/users01.dbf input datafile file number=00034 name=/u01/data1/RSBNET/iry_idx_sm_03.dbf input datafile file number=00007 name=/u01/data2/bijesh_data_file1.dbf channel t2: starting piece 1 at 24-JUN-14 channel t1: finished piece 1 at 24-JUN-14 piece handle=lppblhfq_1_1 tag=DBINCR0 comment=API Version 2.0,MMS Version 5.4.1.1 channel t1: backup set complete, elapsed time: 01:17:22 channel t1: starting compressed incremental level 0 datafile backup set channel t1: specifying datafile(s) in backup set input datafile file number=00032 name=/u01/data1/RSBNET/iry_idx_lg06.dbf input datafile file number=00039 name=/u01/data1/RSBNET/iry_idx_lg07.dbf input datafile file number=00024 name=/u01/data3/iry_idx_lg2_03.dbf channel t1: starting piece 1 at 24-JUN-14 RMAN-03009: failure of backup command on t2 channel at 06/24/2014 18:30:25 ORA-00028: your session has been killed ORA-00028: your session has been killed ORACLE error from target database: ORA-00028: your session has been killed RMAN-06900: WARNING: unable to generate V$RMAN_STATUS or V$RMAN_OUTPUT row RMAN-06901: WARNING: disabling update of the V$RMAN_STATUS and V$RMAN_OUTPUT rows ORACLE error from target database: ORA-01012: not logged on Process ID: 19753 Session ID: 440 Serial number: 3947 continuing other job steps, job failed will not be re-run RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== ORA-01012: not logged on Process ID: 19753 Session ID: 440 Serial number: 3947 RMAN-03009: failure of backup command on default channel at 06/24/2014 18:30:25 RMAN-10038: database session for channel default terminated unexpectedly RMAN> quit