我是靠谱客的博主 飘逸中心,最近开发中收集的这篇文章主要介绍Windows 7下安装Oracle11g,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

摘自国外某位技术人员的博客

After initiating installation of Oracle Client 11g (11.1.0.6.0) installation stopped on prerequisite checks with error:

Checking operating system requirements …
Expected result: One of 5.0,5.1,5.2,6.0
Actual Result: 6.1
Check complete. The overall result of this check is: Failed <<<<
Problem: Oracle Database 11g is not certified on the current operating system.
Recommendation: Make sure you are installing the software on the correct platform.
========================================================

To workaround this problem you have to edit refhost.xml file adding entry for Windows 7.

Location of this file on my system:
<Path>win32_11gR1_clientclientstageprereqclientrefhost.xml

This is excerpt from my newly edited refhost.xml file:

<CERTIFIED_SYSTEMS>
<OPERATING_SYSTEM>
<!–Microsoft Windows 2000–>
<VERSION VALUE=”5.0″/>
<SERVICE_PACK VALUE=”1″/>
</OPERATING_SYSTEM>
<OPERATING_SYSTEM>
<!–Microsoft Windows XP–>
<VERSION VALUE=”5.1″/>
<SERVICE_PACK VALUE=”1″/>
</OPERATING_SYSTEM>
<OPERATING_SYSTEM>
<!–Microsoft Windows 2003–>
<VERSION VALUE=”5.2″/>
</OPERATING_SYSTEM>
<!–Microsoft Windows Vista–>
<OPERATING_SYSTEM>
<VERSION VALUE=”6.0″/>
</OPERATING_SYSTEM>
<!–Microsoft Windows 7–>
<OPERATING_SYSTEM>
<VERSION VALUE=”6.1″/>
</OPERATING_SYSTEM>

</CERTIFIED_SYSTEMS>

New lines are added at the end of this excerpt after <!–Microsoft Windows 7–>. Notice version value=6.1.

With new refhost.xml file all checks passed and I was ready to try out is everything OK after installation. 

转载于:https://www.cnblogs.com/dameng/archive/2010/01/07/1641044.html

最后

以上就是飘逸中心为你收集整理的Windows 7下安装Oracle11g的全部内容,希望文章能够帮你解决Windows 7下安装Oracle11g所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(69)

评论列表共有 0 条评论

立即
投稿
返回
顶部