hq8501 发表于 2018-5-11 09:46:21

RedHat5.5_X64 Linux安装oracle 11.2.0.3 报错

查看日志后  
# more installActions2012-06-29_12-08-50AM.log
  

  

  
SEVERE: HXZG: HXZG.
  

  
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:37
  

  

  
INFO: Advice is ABORT
  
SEVERE: Unconditional Exit
  
INFO: Adding ExitStatus FAILURE to the exit status set
  
INFO: Finding the most appropriate exit status for the current application
  
INFO: Exit Status is -1
  
INFO: Shutdown Oracle Database 11g Release 2 Installer
  

  

  
# more oraInstall2012-06-29_12-08-50AM.err
  
---# Begin Stacktrace #---------------------------
  
ID: oracle.install.commons.util.exception.DefaultErrorAdvisor:37
  
oracle.cluster.verification.VerificationException: HXZG: HXZG
  

  
      at oracle.cluster.verification.ClusterVerification.<init>(ClusterVerification.java:231)
  
      at oracle.cluster.verification.ClusterVerification.getInstance(ClusterVerification.java:333)
  
      at oracle.install.driver.oui.OUISetupDriver.load(OUISetupDriver.java:419)
  
      at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:190)
  
      at oracle.install.commons.base.driver.common.Installer.run(Installer.java:299)
  
      at oracle.install.ivw.common.util.OracleInstaller.run(OracleInstaller.java:106)
  
      at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:136)
  
      at oracle.install.commons.util.Application.startup(Application.java:891)
  
      at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:165)
  
      at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:182)
  
      at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:348)
  
      at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:124)
  
      at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:155)
  

  

  
The cause of error most likely in that that dns does not return ip the server for the name
  
(command nslookup <server_name> the IP address should be returned).
  

  
造成错误的原因可能是dns没有返回服务名的IP,可能是hosts原因
  

  
经查看/etc/hosts为空,因此可以大概确定导致的错误原因
  

  
给添加hosts
  

  
127.0.0.1localhost.localdomain   localhost
  

  

  

  
162.20.1.99   HXZG
  

  
以上内容后,安装顺利进行
页: [1]
查看完整版本: RedHat5.5_X64 Linux安装oracle 11.2.0.3 报错