又遇到了一个 Oracle 10gR2 上的 Bug: libsqlplus.so

| 7 Comments

今天又遇到了一个 Oracle Bug . 数据库版本为10gR2, 详细的版本号为 10.2.0.1.0 , Oracle 之外的操作系统用户调用命令会报告:

sqlplus: error while loading shared libraries: libsqlplus.so:
cannot open shared object file: No such file or directory

检查 $ORACLE_HOME / $LD_LIBRARY_PATH 等可能引发问题的环境变量,都是正常的.莫非又是 Bug ? 果然,Bug 4516865!. 

Oracle 论坛上也有人提及, 如果不方便打这个补丁的话, 可以用如下一条命令暂时解决一下:

chmod -R a+rX $ORACLE_HOME 

连续几天都遇到了 Bug, 如果用这个手气去买彩票,应该有机会 .

--
Oracle 总嘲笑微软的补丁何其多也, 其实也是五十步笑百步. Oracle 数据库的补丁那才叫做数不胜数呀, 最近又闹什么攻击代码泄漏事件, 麻烦还真不少.

7 Comments

我没有遇到这个bug.

[forever@lnyd-db1 10.2.0]$ ll
total 8
drwxr-xr-x 43 root oinstall 4096 Jan 21 19:01 crs
drwxr-x--- 61 oracle oinstall 4096 Jan 21 21:53 db_1

买了彩票,中奖了
记得请我们喝茶:)
oracle最起码bug还都能修补,没关系,慢慢来,呵呵
我现在还用9iR2列,老板老想换新版本,被俺拒绝了.

其实我是在等你们把bug都碰到了
解决方法都提出来了
我再用,哈哈

foreverlee: 你用Oracle之外的操作系统用户调用一下SQL*Plus命令看看 ?

新建了一个操作系统用户ipnm,并将其放入501这个组
配置ipnm这个用户的profile后,没打patch,sqlplus居然又能连上了

[ipnm@lnyd-db1 ~]$ id
uid=502(ipnm) gid=504(ipnm) groups=501(oinstall),504(ipnm)
[ipnm@lnyd-db1 ~]$ sqlplus

SQL*Plus: Release 10.2.0.1.0 - Production on Fri Apr 14 09:59:40 2006

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Enter user-name: cwt
Enter password:

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, Real Application Clusters, Oracle Label Security, OLAP
and Data Mining Scoring Engine options

SQL> exit

是不是我理解错了.

我明白了 新建了一个操作系统用户,手工授权即可出现这个bug.
不好意思 我是新人.

Oracle总是Bug多多 :)