ORA-600 [unable to load XDB library] in AIX

it_newbalance發表於2013-11-29
Please follow step by step this instructions to fix the unable to load the XDB library error:


1. Stop the database and stop the listener.

2. Set LIBPATH so the first directory referenced is $ORACLE_HOME/lib
Example (replace $ORACLE_HOME with the full path of the Oracle home directory):

csh:

setenv LIBPATH $ORACLE_HOME/lib:

ksh:

export LIBPATH=$ORACLE_HOME/lib:

Make sure $ORACLE_HOME/lib is first.

3. run /usr/sbin/slibclean as root

4. Re-start the database and the listener.

If the database is in a RAC configuration, the database is started with srvctl and the variable has to be set in the OCR for the database resource.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24558279/viewspace-1061581/,如需轉載,請註明出處,否則將追究法律責任。

相關文章