sqlplus直連資料庫出現ORA-27504錯誤

yangtingkun發表於2012-05-22

客戶資料庫使用sqlplus直連方式連線資料庫報錯,而如果使用tnsnames方式則可以正常連線。

 

 

詳細錯誤資訊為:

Thu Apr 26 10:17:56 2012
Errors in file /oracle/admin/trs/udump/trs2_ora_2619.trc:
ORA-00603: ORACLE server session terminated by fatal error
ORA-27504: IPC error creating OSD context
ORA-27300: OS system dependent operation:IPC init failed with status: 65
ORA-27301: OS failure message: Package not installed
ORA-27302: failure occurred at: skgxpcini
ORA-27303: additional information: libskgxpd.so called
libskgxp10.so should reference real implementation.

根據MOS文件,這個問題的原因是由於環境變數中指定了CRS的目錄,導致部分LIB沒有找到:sqlplus Local connection to Instance is not possible , remote Using tns is fine . [ID 859778.1]

解決問題的方法是在環境變數SHLIB_PATHLIBPATH中,去掉CRSHOME資訊,使得Oracle正確找到ORACLE_HOME下的LIB目錄。

 

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

相關文章