cancel
Showing results for 
Search instead for 
Did you mean: 

BE 12.5, Oracle Agent Problem.

nigel_sanderson
Level 2

I can see the database (Archived Logs, Tablespaces) in the backup selection wizard, and connect to it without any problems.

However, when trying to backup the database I get a "ORA-27211: Failed to load Media Management Library" error.

I am using the DEFAULT job template, and backing up to a disk folder.

Here is the job log RMAN output:


SQL*Plus: Release 10.2.0.4.0 - Production on Mon Apr 27 15:21:55 2009

Copyright (c) 1982, 2007, Oracle. All Rights Reserved.

Connected.
Database closed.
Database dismounted.
ORACLE instance shut down.
ORA-32004: obsolete and/or deprecated parameter(s) specified
ORACLE instance started.

Total System Global Area 960495616 bytes
Fixed Size 2088568 bytes
Variable Size 432013704 bytes
Database Buffers 524288000 bytes
Redo Buffers 2105344 bytes
Database mounted.
Disconnected from Oracle Database 10g Release 10.2.0.4.0 - 64bit Production

Recovery Manager: Release 10.2.0.4.0 - Production on Mon Apr 27 15:22:35 2009

Copyright (c) 1982, 2007, Oracle. All rights reserved.


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

RUN {
ALLOCATE CHANNEL ch0
TYPE 'SBT_TAPE';
SEND 'BSA_SERVICE_HOST=192.168.1.18,NBBSA_TOTAL_STREAMS=1,NBBSA_JOB_COOKIE={C8CB5034-5192-400C-BA41-3FBB73D52969},NBBSA_DB_DEVICE_NAME=Oracle-Linux::\\sles1.dane-group.co.uk\IFSD';
BACKUP
FORMAT 'BE_U'
ARCHIVELOG ALL FORCE;
BACKUP CURRENT CONTROLFILE
FORMAT 'BE_U';
alter database open;

RELEASE CHANNEL ch0;
}

connected to target database: IFSD (DBID=97803084, not open)

using target database control file instead of recovery catalog
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on ch0 channel at 04/27/2009 15:22:36
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library

Recovery Manager complete.



Does anyone have any ideas? 

1 REPLY 1

nigel_sanderson
Level 2
Anyone have any help?