exec(): 0509-036 Cannot load

十二月 3, 2009 · Filed Under Aix, IBM, Oracle 

通过truss 跟踪后出现错误
exec(): 0509-036 Cannot load program /app/Administrator/product/…/bin/tnslsnr because of the following errors:
0509-150 Dependent module/app/Administrator/product/../1110/lib32/libons.so could notbe loaded.


环境:oracle 11G  aix 5.307

经查询metalink note:758227.1后解决.

备注:

文档中的solution如下:

Solution

1_ Unset the LIBPATH in the environment, so that the correct libons.so will be used.

export LIB_PATH=

OR:
2_ In your environment be sure that the $ORACLE_HOME/lib is before the $ORACLE_HOME/lib32
for example:

export LIBPATH=$ORACLE_HOME/lib:$ORACLE_HOME/lib32:

3_ In the case of platforms other than AIX the shared library environment variable might

be LD_LIBRARY_PATH, LIBPATH, or SHLIB_PATH

相关文章

Comments

7 Responses to “exec(): 0509-036 Cannot load”

  1. 好名字要隐藏 on 十二月 3rd, 2009 12:36

    真是太厉害了。以后有代码问题找你帮忙啊?

  2. 卢松松 on 十二月 3rd, 2009 16:56

    啥意思

  3. 三脚猫 on 十二月 3rd, 2009 20:37

    这个确实很难~~~~看的头疼。

  4. 54YB Directory on 十二月 3rd, 2009 21:36

    我第1次来,看到右边有一个地球,这个真有意思,什么插件啊。

  5. wangbu on 十二月 3rd, 2009 22:11

    呵呵,隔行如隔山哈,这是做DBA工作才会遇见的~做这项工作的只会是比较大型企业或事业性单位如银行,移动电信,电力,石油,烟草,军工才会出现此类问题。

  6. wangbu on 十二月 3rd, 2009 22:14

    不是用插件做的。我共计才用了4个插件,如果感兴趣,里面有按钮可以联接到对方的网址,里面有说明哈,很简单,如果感兴趣,可以留言或邮件联系我~

  7. wangbu on 十二月 3rd, 2009 22:15

    这个专业性比较强,呵呵。所以我的流量老是上不去,现在只能破百,涨不上去~

Leave a Reply