UNSOLVED

jyammine

updated

20 years ago

J

jyammine

22 Posts

0

11366

March 18th, 2007 09:00

Failed to load SBT library {ORACLE_HOME}/lib/libobk.so

hi,

We have oracle 10g RAC on 2-nodes solaris x86-64 bit, we installed networker storage node and networker module for Oracle on each node.


We have been throught the steps for rman backup and customised the nsrnmo file.
we have linked the library as oracle user:
ln -s /lib/libnwora64.so libobk.so
please note we choose to install the S/W on the default path, but the path for libnwora64 was /lib/ and not /usr/lib

we run the following commands on the rman
RUN
{
connect target rman/rman@zafad
ALLOCATE CHANNEL c1 DEVICE TYPE sbt
PARMS='SBT_LIBRARY=/opt/app/oracle/product/10.2.0/db_1/lib/libobk.so ENV=(NSR_SERVER=svr-bkp,NSR_GROUP=Oracle)';
BACKUP CURRENT CONTROLFILE;
}
and the output was
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on c1 channel at 03/18/2007 19:23:55
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
Additional information: 25


Please advice