修改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),以管理员身份运行安装。

相关文章:

  • 2021-05-28
  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
  • 2021-10-11
  • 2021-04-10
  • 2021-11-27
  • 2021-07-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2021-05-31
  • 2022-12-23
相关资源
相似解决方案