Posted by Sundaravel Ramasubbu
Issue :
Rman backup script fails with the below error. But strangely if we run the backup manually it went fine.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on c1 channel at 05/03/2013 15:05:35
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
Additional information: 2
Solution :
Set LD_LIBRARY_PATH in the backup script before starting RMAN block and make sure you have $ORACLE_HOME/lib before /usr/lib.
Recommended Posts