I have installed CentOS 6.1 and Oracle.

And then I closed the firewall, used the right Env

Typed

/etc/init.d/oracle-xe start and

inited OK

But, I can not use "get Started" (Firefox displayed: "Unable to connect http://localhost:8080/apex")

What shall I do ?

link|improve this question
I'm sorry -- none of this makes any sense. Please copy and paste the commands you actually executed, the error messages you actually get, and what you expected to happen. If you're trying to connect to localhost make sure you have a web server of some sort listening on port 8080: netstat -anp for help there. – sarnold Dec 22 '11 at 4:53
hello. thank you for ur reply. i have just type "rpm -ivh ora***.rpm" only. and i type netstat -anp | grep 8080 , and no process listening 8080 – user1111073 Dec 22 '11 at 5:23
Are you positive /etc/init.d/oracle-xe is supposed to start a web server on port 8080? – sarnold Dec 22 '11 at 5:26
Sorry. i am a beginner of oracle, i do not know about this. in my view, the oracle-xe rpm is installed okay. The RPM said it would be automatically start when i am log in. But i need the web login interface. and I don't know why i can't use it. but no error msg is displayed. Thx – user1111073 Dec 22 '11 at 5:58
feedback

migrated from stackoverflow.com Dec 22 '11 at 8:12

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown