car.3205 发表于 2018-9-23 10:17:40

Oracle Net Configuration Assistant failed

Oracle Net Configuration Assistant failed
Redhat/Centos 安装oracle11gR2时出现以下错误:
Oracle Net Configuration Assistant failed

Cause-The plug-in failed in its perform method

查看对应日志文件,信息如下:

INFO: Oracle Net Services Configuration:
INFO: #
INFO: # An unexpected error has been detected by HotSpot Virtual Machine:
INFO: #
INFO: #SIGSEGV (0xb) at pc=0xa446a45c, pid=9476, tid=3084384464
INFO: #
INFO: # Java VM: Java HotSpot(TM) Client VM (1.5.0_17-b02 mixed mode)
INFO: # Problematic frame:
INFO: # C
INFO: #
INFO: # An error report file with more information is saved as hs_err_pid9476.log

解决方案:
需打名为p8670579_112010_LINUX.zip的补丁。
出现此错误时,先不要关闭安装程序:
进入该补丁所在目录(使用oracle用户)
#unzip p8670579_112010_LINUX.zip
#cd 8670579
#/app/oracle/product/11.2.0/dbhome_1/OPatch/opatch apply -invPtrLoc /app/oracle/product/11.2.0/dbhome_1/oraInst.loc
其中/app/oracle/product/11.2.0/db_1/为ORACLE_HOME,可使用$ORACLE_HOME代替
#$ORACLE_HOME/OPatch/opatch apply -invPtrLoc $ORACLE_HOME/oraInst.loc

补丁打好后,点击安装程序的retry,继续安装即可。
p8670579_112010_LINUX.zip的下载地址
http://115.com/file/dp6jw23v#p8670579_112010_LINUX.zip

页: [1]
查看完整版本: Oracle Net Configuration Assistant failed