17 Ocak 2011 Pazartesi

Oracle Database 11g is not certified on the current operating system.

İşletim sistemimi Windows vista'dan Windows 7'e yükseltince Oracle 11g Release1 i de kurayım dedim.

Kurulum aşamasında aşağıdaki hatayı aldım:

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 <<<<>

İnternette araştırmam sonucu refhost.xml dosyasına Windows 7 için gerekli tanımın eklenmesi gerektiğini öğrendim.

refhost.xml dosyasının benim sistemimdeki yeri:
C:\Users\filiz\AppData\Local\Temp\OraInstall2011-01-16_08-31-50PM\client

Bu dosyada Windows Vista tanımının altına Windows 7 için yeni satırları ekledim:

<!--Microsoft windows 7-->
<OPERATING_SYSTEM>
<VERSION VALUE="6.1"/>
</OPERATING_SYSTEM>

Kurulum penceresinde Retry dedim ve hatanın çözüldüğünü gördüm.