Win7中安装oracle 10g时提示操作系统版本不对,然后退出。
解决办法:
1、修改安装目录下的 \stage\prereq\db\refhost.xml文件,添加如下内容
<!–Microsoft Windows 7–>
<OPERATING_SYSTEM>
<VERSION VALUE="6.1"/>
</OPERATING_SYSTEM>
2、修改安装目录下的\install\oraparam.inil文件,“Windows=5.0,5.1,5.2,6.0”行改为
#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
3、修改安装目录下的\install\oraparam.inil文件,添加如下内容
#[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]
282

被折叠的 条评论
为什么被折叠?



