ORA-600 [unable to load XDB library] in AIX
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:
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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-00600: internal error code, arguments: [unable to load XDB library] 排查過程Error
- Unable to load native-hadoop library for your platform解決HadoopPlatform
- Hive錯誤:Unable to load native-hadoop library for your platformHiveHadoopPlatform
- Centos 安裝JDK 出現Unable to load native library: libnsl.so.1CentOSJDK
- Unable to load SELinux PolicyLinux
- Hadoop問題解決:Unable to load native-hadoop library for your platform...HadoopPlatform
- 部署Hadoop2.x,出現Warn:Unable to load native-hadoop libraryHadoop
- 高手sos!!! Unable to load document from file...
- 啟動uwsgi報錯ImportError: No module named, unable to load appImportErrorAPP
- XML Database ( XDB)XMLDatabase
- 【ASK_ORACLE】Library cache pin 與 library load lock的關係和區別Oracle
- [Util] can not load library from so file +++ errCode:10004
- Latex編譯錯誤:Unable to load picture or PDF file 問題解決編譯
- 【ASM_ORACLE】Library Cache最佳化篇(二)Library cache load lock的概念和解決辦法ASMOracle
- OPatch not load inventory for given Oracle Ho-Unable create patchobj_1119465.1OracleOBJ
- Can't debug c++ project because unable to static library start program *.libC++Project
- 資料庫建立元件時報錯ORA-30554: XDB.XDB$ACL_XIDX is disabled資料庫元件
- Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load classbootException
- Unable to load bean: type:org.apache.struts2.views.gxp.inject.InjectedObjectContainer class:org.apacBeanApacheViewObjectAI
- 啟動Eclipse的時候報錯Failed to load the JNI shared library..EclipseAI
- oracle 10g rac +aix 6.1+hacmp 5.5 建庫出現ORA-600錯誤Oracle 10gAIACM
- 在linux as4上做asm時出現"Unable to load module oracleasm"問題的處理LinuxASMOracle
- 昨天裝RAC時遇到的一個錯誤Loading module "oracleasm": Unable to load module "oracleasm"[FAILED]OracleASMAI
- tensorflow2.x 報錯 Could not load dynamic library 'cudart64_101.dll'Dart
- 啟動Eclipse彈出:Failed to load JavaHL Library 錯誤框的解決辦法EclipseAIJava
- 取消:oracle xdb 佔用的埠8080Oracle
- SCHEDULER呼叫XDB程式導致效能問題
- asm下用xdb的http ftp備份dbASMHTTPFTP
- ORA-600(kghfremptyds)和ORA-600(kghasp1)錯誤REM
- 解決Oracle XDB的8080埠的衝突Oracle
- Could not load dynamic library ‘cublas64_10.dll‘; dlerror: cublas64_10.dll not found或者缺少DLL問題Error
- 啟動 Eclipse 彈出“Failed to load the JNI shared library jvm.dll”錯誤的解決方法!EclipseAIJVM
- -Objc -all_load -force_loadOBJ
- ORA-600(KSFD_DECAIOPC)和ORA-600(kfioReapIO00)錯誤AIAPI
- 解決:Could not load dynamic library ‘cudart64_101.dll‘; dlerror: cudart64_101.dll not foundDartError
- 【轉】啟動 Eclipse 彈出“Failed to load the JNI shared library jvm.dll”錯誤的解決方法!...EclipseAIJVM
- Oracle監聽器中的XDB、XPT和PLSExtProc服務Oracle
- 改變或關閉Oracle XDB的ftp和http埠OracleFTPHTTP