安装oracle 10g时提示:操作系统版本: 必须是5.1或者5.2 怎么办?

时间:2022-07-09 07:38:36

1、在安装目录中搜索refhost.xml,然后在适当位置添加以下内容,注意括号配对

<!--Microsoft Windows 7-->
<OPERATING_SYSTEM>
<VERSION VALUE="6.1"/>
</OPERATING_SYSTEM>
  • 1
  • 2
  • 3
  • 4

2、在安装目录中搜索oraparam.ini,找到以下相似内容,然后修改为

#You can customise error message shown for failure, provide value for CERTIFIED_VERSION_FAILURE_MESSAGE#
Windows=5.0,5.1,5.2,6.0,6.1
  • 1
  • 2

然后在适当位置添加

[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]