11g R1 database installation is successful on windows 7 64-bit
740097Dec 9 2009 — edited Dec 10 2009Hi all,
During installtion I got error
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.
========================================================
Checking service pack requirements ...
Check complete. The overall result of this check is: Not executed <<<<
OUI-18001: The operating system 'Windows Vista Version 6.1' is not supported.
Recommendation: Install the recommended Service Pack.
then I check the boxes(user defined)
Installation is done.
After installation I got tns listener error
then I tried these steps to fix the error and its working fine
On cmd prompt
set ORACLE_HOME=c:\oracle\ora11g
path=c:oracle\ora11g\bin;(path should contain bin folder)
set ORACLE_SID=orcl
set system environment variables also
restart pc
tnsping orcl
Add one line to the WINDOWS/SYSTEM32/DRIVERS/ETC/HOSTS FILE
IP_address hostname.domainname hostname
LISTENER.ORA
make sure host name is correct
tnsnames.ora
sqlnet.ora