在 Windows 2008 R2 上安装 Oracle11gr2 无法安装“Oracle Net Configuration Assistant”;
日志文件显示:
INFO: Starting 'Oracle Net Configuration Assistant'
INFO:
INFO: Parsing command line arguments:
INFO: Parameter "orahome" = C:\app\Administrator\product\11.2.0\dbhome_1
INFO: Parameter "orahnam" = OraDb11g_home1
INFO: Parameter "instype" = typical
INFO: Parameter "inscomp" = client,oraclenet,javavm,server,ano
INFO: Parameter "insprtcl" = tcp,nmp
INFO: Parameter "cfg" = local
INFO: Parameter "authadp" = NO_VALUE
INFO: Parameter "responsefile" = C:\app\Administrator\product\11.2.0\dbhome_1\network\install\netca_typ.rsp
INFO: Parameter "silent" = true
INFO: Done parsing command line arguments.
INFO: Oracle Net Services Configuration:
INFO: #
INFO: # An unexpected error has been detected by HotSpot Virtual Machine:
INFO: #
INFO: # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000006c7eb3f, pid=3972, tid=3440
INFO: #
INFO: # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_17-b04 mixed mode)
INFO: # Problematic frame:
INFO: # C [oranl11.dll+0x3eb3f]
INFO: #
INFO: # An error report file with more information is saved as hs_err_pid3972.log
INFO: #
INFO: # If you would like to submit a bug report, please visit:
INFO: # http://java.sun.com/webapps/bugreport/crash.jsp
INFO: #
INFO:
WARNING:
INFO: Completed Plugin named: Oracle Net Configuration Assistant
log file shows:
INFO: Starting 'Oracle Net Configuration Assistant'
INFO:
INFO: Parsing command line arguments:
INFO: Parameter "orahome" = C:\app\Administrator\product\11.2.0\dbhome_1
INFO: Parameter "orahnam" = OraDb11g_home1
INFO: Parameter "instype" = typical
INFO: Parameter "inscomp" = client,oraclenet,javavm,server,ano
INFO: Parameter "insprtcl" = tcp,nmp
INFO: Parameter "cfg" = local
INFO: Parameter "authadp" = NO_VALUE
INFO: Parameter "responsefile" = C:\app\Administrator\product\11.2.0\dbhome_1\network\install\netca_typ.rsp
INFO: Parameter "silent" = true
INFO: Done parsing command line arguments.
INFO: Oracle Net Services Configuration:
INFO: #
INFO: # An unexpected error has been detected by HotSpot Virtual Machine:
INFO: #
INFO: # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000006c7eb3f, pid=3972, tid=3440
INFO: #
INFO: # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_17-b04 mixed mode)
INFO: # Problematic frame:
INFO: # C [oranl11.dll+0x3eb3f]
INFO: #
INFO: # An error report file with more information is saved as hs_err_pid3972.log
INFO: #
INFO: # If you would like to submit a bug report, please visit:
INFO: # http://java.sun.com/webapps/bugreport/crash.jsp
INFO: #
INFO:
WARNING:
INFO: Completed Plugin named: Oracle Net Configuration Assistant
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您遇到了 Java JVM 崩溃。不过,您使用的是非常旧的 JVM,因此您应该升级到更新的稳定版本(撰写本文时为 1.6.0_25)并重试。
You're getting a Java JVM crash. That's a very old JVM you're using, though, so you should upgrade to the more recent stable version (1.6.0_25 at time of writing) and try again.