Oracle 11.2.0.3.0 psu 11.2.0.3.9 in aix

来源:互联网 发布:陌陌切图软件 编辑:程序博客网 时间:2024/05/17 04:12
在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
0 0