解决方法:

修改Oracle 10G\database\stage\prereq\db\refhost.xml

在  </SYSTEM> 
  <CERTIFIED_SYSTEMS>后面添加


  <!--Microsoft Windows 7-->
  <OPERATING_SYSTEM>
  <VERSION VALUE="6.1"/>
  </OPERATING_SYSTEM>

再到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]  

注意: 

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

相关文章:

  • 2022-02-21
  • 2022-01-24
  • 2022-12-23
  • 2022-02-10
  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
猜你喜欢
  • 2021-05-25
  • 2022-12-23
  • 2022-12-23
  • 2021-05-28
  • 2021-09-28
  • 2021-11-03
相关资源
相似解决方案