Some changes need to be made when Oracle Client 10g is installed on Windows 7, oracle10g
The new notebook, Windows 7 Pro, needs to install the Oracle Client, the colleague gave a 10G version. Prompt during installation:
"Checking operating system requirements... Expected results: 5.0, 5.1, 5.2, 6.0 actual results: 6.1 check completed.
The overall result of this check is: Failed <problem: Oracle Database 10g has not been certified in the current operating system.
There are many posts on the Internet to reply to this question. In fact, it is very simple. The replice software will rely on the operating system type defined in the refhost. xml file to identify this issue. In the 10g version, this file has two locations:/stage/prereq/client and/stage/prereq/client_prereqs/client. You can see that different types of operating systems are defined in the file, windows 7 is not available when 10 Gb is displayed. Therefore, the original version does not define the operating system configuration of this type. You only need to manually add the configuration of Windows 7, let Oracle know the operating system type during installation.
Add content:
<! -- Microsoft Windows 7 -->
<OPERATING_SYSTEM>
<Version value = "6.1"/>
</OPERATING_SYSTEM>
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.