Window7 de Oracle 11g kurulumu tamamlandıktan sonra aşağıdaki hatayı alıyorsanız.!
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.
================================================== ======
Şu işlemleri yaparsanız hatayı gidermiş olursunuz.
C:\Users\KULLANICIADINIZ\AppData\Local\Temp\OraIns tall2009-10-19_01-53-02PM\client
dizini altındaki refhost.xml dosyasını açın ve
<!--Microsoft Windows Vista-->
<OPERATING_SYSTEM>
<VERSION VALUE="6.0"/>
</OPERATING_SYSTEM> in altına;
<!--Microsoft Windows 7-->
<OPERATING_SYSTEM>
<VERSION VALUE="6.1"/>
</OPERATING_SYSTEM>
ekleyin. Gereksinimleri Retry dediğinizde hatanın Success e dönüştüğünü göreceksiniz.