首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > windows >

Windows7(64位)装配Oracle10g

2013-03-17 
Windows7(64位)安装Oracle10g下载地址是:http://www.oracle.com/technology/software/products/database/o

Windows7(64位)安装Oracle10g

下载地址是: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文件,这时就可以正常安装了。

热点排行