我的Oracle 10g版本是10.2.0.1.0,选择高级安装,提示“程序异常终止,发生未知错误”。

1.修改Oracle 10G\database\stage\prereq\db\refhost.xml
在  </SYSTEM> 
  <CERTIFIED_SYSTEMS>后面添加
  <!--Microsoft Windows 7-->
  <OPERATING_SYSTEM>
  <VERSION VALUE="6.1"/>
  </OPERATING_SYSTEM>

2.到install目录中找到oraparam.ini文件,把
#Windows=4.0,5.0,5.1,5.2
修改成
#Windows=4.0,5.0,5.1,5.2,6.1
并在后面添加
[Windows-6.1-required]    
#Minimum display colours for OUI to run    
MIN_DISPLAY_COLORS=256   
#Minimum CPU speed required for OUI    
#CPU=300   
[Windows-6.1-optional] 


3.右键setup.exe,属性->兼容性->以兼容模式运行这个程序 windows xp( service pack 3),以管理员身份运行安装就可以了。

相关文章:

  • 2021-10-24
  • 2022-12-23
  • 2021-07-17
  • 2021-10-22
  • 2021-05-16
  • 2022-12-23
  • 2021-11-14
  • 2022-01-24
猜你喜欢
  • 2022-12-23
  • 2021-07-03
  • 2022-12-23
  • 2021-05-25
  • 2022-12-23
相关资源
相似解决方案