Problem in using Tape drive (HP C15374A SCSI seq. devic) backup [message #278557] |
Mon, 05 November 2007 01:17 |
pankajkmeena
Messages: 46 Registered: September 2007
|
Member |
|
|
I am having tape drive 'HP C15374A SCSI sequential device' that works fine with WindowsXP NT-Backup. But When i Use this with
RMAN (Oracle9i)to Take Backup it gives error.
Although Channel allocation is ok as shown
RMAN> run
2> {
3> allocate channel c1 device type sbt;
4> }
allocated channel: c1
channel c1: sid=10 devtype=SBT_TAPE
channel c1: MMS Version 2.1.2.1
released channel: c1
But When i backup some file it gives error. i am using orasbt.dll that i got from PandaGeek.com (attached).
can some one help why i am getting this error.whether my dll is not ok or some other error. From where i can get orginal dll
for this device ????
run
{
allocate channel c1 device type sbt;
backup spfile;
}
RMAN> run
2> {
3> allocate channel c1 device type sbt;
4> backup spfile;
5> }
allocated channel: c1
channel c1: sid=10 devtype=SBT_TAPE
channel c1: MMS Version 2.1.2.1
Starting backup at 05-NOV-07
channel c1: starting full datafile backupset
channel c1: specifying datafile(s) in backupset
including current SPFILE in backupset
channel c1: starting piece 1 at 05-NOV-07
released channel: c1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on c1 channel at 11/05/2007 12:29:50
ORA-19506: failed to create sequential file, name="04j09k5s_1_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
|
|
|
|
|
|