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

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

相关推荐