Windows7(64位)安装Oracle10g
时间:2010-12-01 来源:JStar
下载地址是: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文件,这时就可以正常安装了。