Monday 3 March 2014

Oracle Error: Checking operating system version: must be 5.0, 5.1, 5.2 or 6.0 . Actual 6.1 Failed

Oracle Error: Checking operating system version: must be 5.0, 5.1, 5.2 or 6.0 . Actual 6.1 Failed

Open below file.
You can modify the “client\install\oraparam.ini” file, Search for the following section:
[Certified Versions]
# You can customise error message shown for failure, provide value for
CERTIFIED_VERSION_FAILURE_MESSAGE

you can add like below

Windows = 5.0,5.1,5.2,6.0,6.1

Add below lines After [Windows-5.2-required]

[Windows-6.1-required]
# Minimum display colours for OUI to run
MIN_DISPLAY_COLORS = 256
# Minimum CPU speed required for OUI
# CPU = 300

Save the file.

Now try to install.