Welcome 微信登录

首页 / 数据库 / MySQL / Oracle 11.2.0.3.0 psu 11.2.0.3.9 in aix

在aix上将Oracle psu 升级到11.2.0.3.9中,
遭遇: Copy failed from ‘/install/17540582/16902043/files/lib/libnnz11.so" to "/oraapp/oracle/product/11.2.0/dbhome_1/lib/libnnz11.so"
 
please verify all applications associated with the Oracle Home "/oraapp/oracle/product/11.2.0/dbhome_1" are shut down.在AIX环境中可以参考Doc ID 739963.1
 
genld -l | grep <ORACLE_HOME>
genkld | grep <ORACLE_HOME> ( full or partial path will do )for example:
 
genld -l | grep /u01/app/oracle/product/10.2
genkld | grep /u01/app/oracle/product/10.2
 
利用slibclean来清理
 
#/usr/sbin/slibclean--------------------------------------------------------------------------------Linux-6-64下安装Oracle 12C笔记 http://www.linuxidc.com/Linux/2013-07/86805.htm在CentOS 6.4下安装Oracle 11gR2(x64) http://www.linuxidc.com/Linux/2014-02/97374.htmOracle 11gR2 在VMWare虚拟机中安装步骤 http://www.linuxidc.com/Linux/2013-09/89579p2.htmDebian 下 安装 Oracle 11g XE R2 http://www.linuxidc.com/Linux/2014-03/98881.htm--------------------------------------------------------------------------------更多Oracle相关信息见Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12本文永久更新链接地址