talentvictor 发表于 2013-1-28 13:01:05

Win7安装oracle 10g 方法[转]

首先下载,10203_vista_w2k8_x86_production_db(注意要下对了,不然没有refhost.xml文件)

http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10203vista.html

然后解压,在目录中找到refhost.xml(有两个,我的一个是在stage\prereq\db目录下,一个是在stage\prereq\db_prereqs\db目录下)进行添加修,添加如下代码:

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

而后还要修改一个oraparam.ini文件,在install目录下

先在
#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

再添加下面代码:

#   
#Minimum display colours for OUI to run   
MIN_DISPLAY_COLORS=256
#Minimum CPU speed required for OUI   
#CPU=300
#

这样就可以了。



转自:http://blog.sina.com.cn/s/blog_4fad14b20100hgci.html
页: [1]
查看完整版本: Win7安装oracle 10g 方法[转]