Listed below is output from a Backup job, from Oracle Enterprise Manager.
I am trying to backup an Oracle database on Windows 2000 server to a Seagate Scorpion 40 4mm DAT drive.
One thing I have been unable to find is a certified orasbt.dll file (perhaps from Seagate). I could not find one so I downloaded one from the net, not really sure if it is going to work.
Any ideas ?
---------
Recovery Manager: Release 9.0.1.1.1 - Production
(c) Copyright 2001 Oracle Corporation. All rights reserved.
RMAN>
connected to target database: TRELIS (DBID=2490936400)
using target database controlfile instead of recovery catalog
RMAN>
RMAN> run {
2> allocate channel TapeChannel type 'SBT_TAPE' format 'b_%u_%s_%p';
3> backup
4> ( database include current controlfile );
5> }
allocated channel: TapeChannel
channel TapeChannel: sid=9 devtype=SBT_TAPE
channel TapeChannel: MMS Version 2.1.2.1
Starting backup at JAN 03 2003 14:52:56
channel TapeChannel: starting full datafile backupset
channel TapeChannel: specifying datafile(s) in backupset
including current controlfile in backupset
input datafile fno=00011 name=C:\ORACLE\ORADATA\TRELIS\TRELIS_DATA_LARGE01.DBF
input datafile fno=00014 name=C:\ORACLE\ORADATA\TRELIS\TRELIS_INDEX_LARGE01.DBF
input datafile fno=00001 name=C:\ORACLE\ORADATA\TRELIS\SYSTEM01.DBF
input datafile fno=00013 name=C:\ORACLE\ORADATA\TRELIS\TRELIS_INDEX_MEDIUM01.DBF
input datafile fno=00002 name=C:\ORACLE\ORADATA\TRELIS\UNDOTBS01.DBF
input datafile fno=00010 name=C:\ORACLE\ORADATA\TRELIS\TRELIS_DATA_MEDIUM01.DBF
input datafile fno=00005 name=C:\ORACLE\ORADATA\TRELIS\EXAMPLE01.DBF
input datafile fno=00009 name=C:\ORACLE\ORADATA\TRELIS\TRELIS_DATA_SMALL01.DBF
input datafile fno=00012 name=C:\ORACLE\ORADATA\TRELIS\TRELIS_INDEX_SMALL01.DBF
input datafile fno=00015 name=C:\ORACLE\ORADATA\TRELIS\OEM_REPOSITORY.DBF
input datafile fno=00006 name=C:\ORACLE\ORADATA\TRELIS\INDX01.DBF
input datafile fno=00008 name=C:\ORACLE\ORADATA\TRELIS\USERS01.DBF
input datafile fno=00003 name=C:\ORACLE\ORADATA\TRELIS\CWMLITE01.DBF
input datafile fno=00004 name=C:\ORACLE\ORADATA\TRELIS\DRSYS01.DBF
input datafile fno=00007 name=C:\ORACLE\ORADATA\TRELIS\TOOLS01.DBF
channel TapeChannel: starting piece 1 at JAN 03 2003 14:52:58
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00579: the following error occurred at 01/03/2003 14:52:58
RMAN-03007: retryable error occurred during execution of command: backup
RMAN-12004: unhandled exception during command execution on channel TapeChannel
RMAN-10035: exception raised in RPC: ORA-19506: failed to create sequential file, name="b_03ebvpi9_3_1", parms=""
ORA-27007: failed to open file
ORA-19511: Error received from media manager layer, error text:
SBT error = 7011, errno = 2, sbtopen: system error
RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
RMAN> **end-of-file**
RMAN>
released channel: TapeChannel
Recovery Manager complete.
child process exited abnormally
regards,
Ian Spence
I am trying to backup an Oracle database on Windows 2000 server to a Seagate Scorpion 40 4mm DAT drive.
One thing I have been unable to find is a certified orasbt.dll file (perhaps from Seagate). I could not find one so I downloaded one from the net, not really sure if it is going to work.
Any ideas ?
---------
Recovery Manager: Release 9.0.1.1.1 - Production
(c) Copyright 2001 Oracle Corporation. All rights reserved.
RMAN>
connected to target database: TRELIS (DBID=2490936400)
using target database controlfile instead of recovery catalog
RMAN>
RMAN> run {
2> allocate channel TapeChannel type 'SBT_TAPE' format 'b_%u_%s_%p';
3> backup
4> ( database include current controlfile );
5> }
allocated channel: TapeChannel
channel TapeChannel: sid=9 devtype=SBT_TAPE
channel TapeChannel: MMS Version 2.1.2.1
Starting backup at JAN 03 2003 14:52:56
channel TapeChannel: starting full datafile backupset
channel TapeChannel: specifying datafile(s) in backupset
including current controlfile in backupset
input datafile fno=00011 name=C:\ORACLE\ORADATA\TRELIS\TRELIS_DATA_LARGE01.DBF
input datafile fno=00014 name=C:\ORACLE\ORADATA\TRELIS\TRELIS_INDEX_LARGE01.DBF
input datafile fno=00001 name=C:\ORACLE\ORADATA\TRELIS\SYSTEM01.DBF
input datafile fno=00013 name=C:\ORACLE\ORADATA\TRELIS\TRELIS_INDEX_MEDIUM01.DBF
input datafile fno=00002 name=C:\ORACLE\ORADATA\TRELIS\UNDOTBS01.DBF
input datafile fno=00010 name=C:\ORACLE\ORADATA\TRELIS\TRELIS_DATA_MEDIUM01.DBF
input datafile fno=00005 name=C:\ORACLE\ORADATA\TRELIS\EXAMPLE01.DBF
input datafile fno=00009 name=C:\ORACLE\ORADATA\TRELIS\TRELIS_DATA_SMALL01.DBF
input datafile fno=00012 name=C:\ORACLE\ORADATA\TRELIS\TRELIS_INDEX_SMALL01.DBF
input datafile fno=00015 name=C:\ORACLE\ORADATA\TRELIS\OEM_REPOSITORY.DBF
input datafile fno=00006 name=C:\ORACLE\ORADATA\TRELIS\INDX01.DBF
input datafile fno=00008 name=C:\ORACLE\ORADATA\TRELIS\USERS01.DBF
input datafile fno=00003 name=C:\ORACLE\ORADATA\TRELIS\CWMLITE01.DBF
input datafile fno=00004 name=C:\ORACLE\ORADATA\TRELIS\DRSYS01.DBF
input datafile fno=00007 name=C:\ORACLE\ORADATA\TRELIS\TOOLS01.DBF
channel TapeChannel: starting piece 1 at JAN 03 2003 14:52:58
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00579: the following error occurred at 01/03/2003 14:52:58
RMAN-03007: retryable error occurred during execution of command: backup
RMAN-12004: unhandled exception during command execution on channel TapeChannel
RMAN-10035: exception raised in RPC: ORA-19506: failed to create sequential file, name="b_03ebvpi9_3_1", parms=""
ORA-27007: failed to open file
ORA-19511: Error received from media manager layer, error text:
SBT error = 7011, errno = 2, sbtopen: system error
RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
RMAN> **end-of-file**
RMAN>
released channel: TapeChannel
Recovery Manager complete.
child process exited abnormally
regards,
Ian Spence