Database Backup and Recovery (MOSC)

MOSC Banner

ORA-27211: Failed to load Media Management Library (when running on Amazon cloud)

edited Apr 7, 2009 7:40AM in Database Backup and Recovery (MOSC) 1 commentAnswered
 Failure when trying to back up into Amazon cloud (S3) with oracle v11.1.

Database is in NOARCHIVELOG mode and this is a full backup.  Libraries install with no errors and local backups run error free. 

RMAN run block is:

run {
  configure channel device type sbt parms
  'SBT_LIBRARY=/u01/app/oracle/product/11.1.0/db_1/lib/libosbws11.so
   ENV=(OSB_WS_PFILE=/u01/app/oracle/product/11.1.0/db_1/dbs/osbwsOOPL_TST.ora)';
  configure controlfile autobackup on;
  configure compression algorithm 'bzip2';
  allocate channel c1 device type sbt;
  backup database;
 }

Other variables and info:

ORACLE_HOME=/u01/app/oracle/product/11.1.0/db_1

LD_LIBRARY_PATH is set to $ORACLE_HOME/lib with no other paths.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center