1.下载Oracle安装文件,我下载的是64位且能够在Vista下安装的版本,文件名是为10204_vista_w2k8_x64_production_db.zip

下载地址是:http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10204_winx64_vista_win2k8.html

2.解压缩到硬盘,修改refhost.xml,增加如下配置:

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

一共要修改两个refhost.xml,位置分别是:\10204_vista_w2k8_x64_production_db\database\stage\prereq\db\refhost.xml

和 \10204_vista_w2k8_x64_production_db\database\stage\prereq\db_prereqs\db\refhost.xml

3.修改oraparam.ini文件,位置为:\10204_vista_w2k8_x64_production_db\database\install\oraparam.ini

文件原先的配置为:

[Certified Versions]
#You can customise error message shown for failure, provide value for CERTIFIED_VERSION_FAILURE_MESSAGE
Windows=5.0,5.1,5.2,6.0

修改为:

[Certified Versions]
#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

4.再运行setup文件,这时就可以正常安装了。

相关文章:

  • 2021-11-24
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2021-11-05
猜你喜欢
  • 2021-10-14
  • 2021-09-16
  • 2021-06-23
  • 2021-12-22
  • 2022-01-30
  • 2022-01-07
相关资源
相似解决方案