RMAN error 2004-11-11 - By DELE UDUMA
I am trying to use rman to backup to tape, I have this error. Can somebody help?
RMAN> run 2> { 3> allocate channel c1 type 'SBT_TAPE' PARMS='ENV=(NSR_SERVER=tape_srv,NSR_GROUP =oracle_tapes)'; 4> backup 5> (database filesperset=4);} RMAN-03022: compiling command: allocate RMAN-03023: executing command: allocate RMAN-08030: allocated channel: c1 RMAN-08500: channel c1: sid=14 devtype=SBT_TAPE RMAN-08526: channel c1: Data Protector A.05.10/209 RMAN-03022: compiling command: backup RMAN-03023: executing command: backup RMAN-08008: channel c1: starting full datafile backupset RMAN-08502: set_count=10 set_stamp=541933714 creation_time=11-NOV-04 RMAN-08010: channel c1: specifying datafile(s) in backupset RMAN-08522: input datafile fno=00013 name=/oradata2/mbcuat2/datambcuat2_bmrs02.d bf RMAN-08522: input datafile fno=00001 name=/oradata/mbcuat2/mbcuat2_syst01.dbf RMAN-08011: including current controlfile in backupset RMAN-08522: input datafile fno=00005 name=/oradata/mbcuat2/mbcuat2_usr01.dbf RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03007: retryable error occurred during execution of command: backup RMAN-07004: unhandled exception during command execution on channel c1 RMAN-10035: exception raised in RPC: ORA-19506 (See ORA-19506.ora-code.com): failed to create sequential file , name="0ag4qg4i_1_1", parms="" ORA-27028 (See ORA-27028.ora-code.com): skgfqcre: sbtbackup returned error ORA-19511 (See ORA-19511.ora-code.com): Vendor specific error: OB2_StartObjectBackup() failed ERR(-2) RMAN-10031: ORA-19624 (See ORA-19624.ora-code.com) occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECRE ATE RMAN>
|
|