An error is reported when an operating system version is checked during Oracle Installation on 64-bit Windows 7.
The actual version 6.1 is not supported.
This is because Vista, Windows 2008 has an internal version of 6.0, while Windows 7 and Windows 2008 R2 have an internal version of 6.1.
Start check:
You can modify \ install \ oraparam. ini.
Windows = 5.0, 5.1, 5.2, 6.0 changed to Windows = 5.0, 5.1, 5.2, 6.0, 6.1
And add:
[Windows-6.1-required]
# Minimum Display colours for Oui to run
Min_display_colors = 256
# MinimumCPUSpeed required for Oui
# CPU = 300
[Windows-6.1-optional]
Product-specific prerequisites:
Modify: \ stage \ prereq \ dB \ refhost. xml
In
<! -- Microsoft Windows Vista -->
<Operating_system>
<Version value = "6.0"/>
</Operating_system>
Add:
<! -- Microsoft Windows 7 -->
<Operating_system>
<Version value = "6.1"/>
</Operating_system>
The version has been fixed ~~ Later, the installation will be the same as that on Vista and 2008!