[Oracle] win7 installation error


When installing oracle 10g on WIN7, the following information is prompted:

Checking OS requirements... 
Requested result: One of 5.0,5.1,5.2,6.0 
Actual result: 6.1 
Check complete. The overall result of this check is: FAIL<<<< 
Problem: Oracle Database 10g is not certified on the current operating system. 
Recommendation: Make sure to install the software on the correct platform.

Solution:

Find the refhost.xml file (location: database/stage/prereq/db, open the refhost.xml configuration file and find the <CERTIFIED_SYSTEMS> node, then add the following information after the node:

<VERSION VALUE="5.0"/>
      <SERVICE_PACK VALUE="1"/>
    </OPERATING_SYSTEM>
    <OPERATING_SYSTEM>
      <VERSION VALUE="5.1"/>
      <SERVICE_PACK VALUE="1"/>
    </OPERATING_SYSTEM>
    <OPERATING_SYSTEM>
      <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"/>
   <SERVICE_PACK VALUE="1"/>
</OPERATING_SYSTEM>

The first is to look for the version configuration file under Windows, but I couldn't find it, so I looked for it in the decompressed directory of the oracle media,


Find [Certified Versions] in the oraparam.ini file #You
can customise error message shown for failure, provide value for CERTIFIED_VERSION_FAILURE_MESSAGE
Windows= 5.1, 5.2 -- After modification, if the error in the picture above is still prompted, set 6.0, 6.1, 6.2 are written to this location

So it was modified to 6.1, 6.2, but it could not be saved because it was a read-only file.

Create a txt file elsewhere, copy its content, modify it to 6,1,6.2, copy it to the install directory, rename the previous oraparam.ini, and rename the txt file to oraparam.ini.

Execute the setup.exe again.

Check the operating system version: it must be 6.1 or 6.2, the actual is 6.1, passed.


Install oracle 10g under win7, select the advanced option, prompt the program to terminate abnormally, an unknown error occurs 

Solution: Right-click on the setup, properties -> compatibility -> run this program in compatibility mode windows xp (service pack 3), and run the installation as an administrator to solve the problem. --If there is no compatibility with xp system, you can also choose win2008

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324476742&siteId=291194637