欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

win7 64位 安装oracle10g Release2 WindowsMicrosoftXML 

程序员文章站 2022-06-07 21:38:59
...
win7 64位 安装oracle10g Release2

stage\prereq\client\refhost.xml文件,加入以下代码

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

2.修改stage\prereq\client_prereqs\client\refhost.xml,加入以下代码

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

3.修改install\oraparam.ini,加入以下代码

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

4.修改

查找[Certified Versions],在Windows=5.0,5.1,5.2,6.0后加入6.1。注意“,”分隔。

5.执行setup.exe