cancel
Showing results for 
Search instead for 
Did you mean: 

Backup- Oracle-Win::\\GWS-DMS\d3p. Databaseskript returned with error

manfred_wipperf
Level 2
I get the following error messages:

Das Datenbankskript gab einen Fehler zur�ck. Details finden Sie im Abschnitt f�r die Skriptausgabe in den Auftragsprotokollen.
RMAN-Ausgabe Recovery Manager: Release 9.2.0.3.0 - Production

Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.


# -----------------------------------------------------------------
# RMAN command section
# -----------------------------------------------------------------

RUN {
ALLOCATE CHANNEL ch0
TYPE 'SBT_TAPE';
SEND 'BSA_SERVICE_HOST=10.168.10.18,NBBSA_TOTAL_STREAMS=1,NBBSA_JOB_COOKIE={610937B9-666F-44AE-90DE-9A5AA29F76F3},NBBSA_DB_DEVICE_NAME=Oracle-Win::\\GWS-DMS.GWS.local\d3p';
BACKUP
INCREMENTAL LEVEL=0
FORMAT 'BE_U'
DATABASE FORCE PLUS ARCHIVELOG FORCE DELETE INPUT;
BACKUP CURRENT CONTROLFILE
FORMAT 'BE_U';

RELEASE CHANNEL ch0;
}

connected to target database: D3P (DBID=169048725)

using target database controlfile instead of recovery catalog
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on ch0 channel at 01/03/2007 13:13:17
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library

Recovery Manager complete.

I`ve seen this error before in this forum, but no solutions. Can anyone help me?
1 REPLY 1

Sandy_Sandifer
Level 6
Hi Mafred,

Please perform the following:
1. Run a show all; in RMAn, and post back the output.
2. Next, peform the following to make sure the MML is in place:
a. cd to $ORACLE_HOME/bin directory
b. Type sbttest test

The sbttest is a program which tests to see if the MML software is installed and can accept a data stream and return an identical data stream.

sbttest will return 0 which indicates success or 1 which indicates an error has occurred. An error means it's not an Oracle problem.
3. Check the following document to make sue everything is setup correctly:
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96566/rcmconc1.htm#430706
4. Is Oracle on the local Backup Exec media server, or is it a remote server? If it's a remote server, have you installed the Remote Agent and run through VxMon to create the appropriate settings, or did you push out the agent?
5. Check to make sure the channels are properly allocated and the permissions on the directory. Below is a possible syntax that I found from another forum as an example:
run {allocate channel c1 type disk;
backup database format '/o04/backup/orcl8i/%d%U.bkp';
release channel c1;}

Pleas let us know if this resolves your issue. The next steps would be to debug our agent, but I have feeling it's not related to the agent at this point.

Thanks.

Backup Exec for Windows Servers Free E-mail Support
http://seer.entsupport.symantec.com/email_forms/intro_emailsup.asp