AIX system learning-software error after system upgrade
System Environment:
Operating System: AIx 5.3.8
ORACLE: Oracle 11gr2
Case Analysis:
After aix5.3 is upgraded from 5300-08 to 5300-09, the Oracle 11gr2 software is directly installed. After installation, the following error occurs when sqlplus is started:
[[Email protected] ~] $ Sqlplus '/As sysdba'
Could not load program sqlplus:Symbol resolution failed for /usr/lib/libperfstat.a[shr_64.o] because: Symbol ptx_get_rsetsyswait (number 81) is not exported from dependent module /unix. Symbol ptx_get_rsetsysinfo (number 83) is not exported from dependent module /unix. Symbol ptx_get_rsetsysstats (number 84) is not exported from dependent module /unix.System error: Error 0Examine .loader section symbols with the ‘dump -Tv‘ command.[[email protected] ~]$ Killed
Restart the host system:
[[email protected] ~]$ sqlplus ‘/as sysdba‘SQL*Plus: Release 11.2.0.1.0 Production on Tue Oct 14 17:56:10 2014Copyright (c) 1982, 2009, Oracle. All rights reserved.Connected to an idle instance.SQL>
@ Solve the problem after restarting the host!
This article is from the blog of "Tian Ke's blog", please be sure to keep this source http://tiany.blog.51cto.com/513694/1564041
AIX system learning-software error after system upgrade