Hi All,
I need help with proper installation of Oracle Database Express Edition 11g Release 2 Downloads on [Windows 7, 64 bit]. After installing, on clicking "Get Started", I am getting the following error - "Windows cannot find 'http:/.127.0.0.1:%HTTPPORT%/apex/f?p=4950'. Make sure you typed the name correctly, and then try again."
I have tried all the suggestions listed on the web and the oracle community, like change HTTPPORT to 8080 or start/restart the services or disable firewall. SP2-0640: Not connected is shown in the logs.
on command "netstat" I observed that 127.0.0.1:8080 is not listed. Also, my sqlnet.ora lists only
"
# This file is actually generated by netca. But if customers choose to
# install "Software Only", this file wont exist and without the native
# authentication, they will not be able to connect to the database on NT.
SQLNET.AUTHENTICATION_SERVICES = (NTS)
"
Is this fine?
"conn sys as sysdba" shows error: username could not be retrieved. Clearly shows there is no connection (8080 port is not open) but I have no idea how and where to look around for port/networking issues.