Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Newbie needs help. Studying for OCA.
Alex Reid wrote:
> Frank van Bortel wrote:
>
>> Alex Reid wrote: >> >>> I have successfully installed Oracle 10g enterprise edition on my >>> home pc for educational purposes. >>> >>> Whenever I attempt to open the EM database control via Mozilla >>> Firefox, I get this error message: >>> >>> "The connection was refused when attempting to contact 192.168.2.1:5500" >>> >>> This leads me to believe one of two possibilities: >>> 1. I do not have an instance started >>> 2. I do not have an active listener >>> >>> My OS is Win XP Pro. I have verified that the following services are >>> started: >>> >>> OracleCSService >>> OracleOraDb10g_home2SNMPPeerEncapsulator >>> OracleOraDb10g_home2SNMPPeerMasterAgent >>> >>> This service however, will not start: >>> OracleOraDb10g_home1TNSListener >>> >>> If I try to start it, I get the following error message: >>> >>> "The OracleOraDb10g_home1TNSListener service started & then stopped. >>> Some services stop automatically if they have no work to do..." >>> >>> Shouldn't this service be running all the time so that it can listen >>> for connection requests? Please help the newbie! >>> >> Yes, it should. >> OEM uses a different communications mechanism, though, so that >> should not be the source of your problem. It *is* worrying, I'd say. >> You should have a HTTP listener, listening on port 5500. >> What does netstat say? >>
> I took a look in my service control panel & found a service for http
> ssl, but no plain http service.
And? What's it called? something with Oracle in it? Or did you misread
the 'S': OracleOracleHome92HTTPServer only has HTTP, the S is
for server, not HTTPS...
If called something like the above (substitute OracleHome92 for your
own Oracle home name), start it!
>
> Question: am I supposed to be running IIS right now? Is that where the
> http service comes from? or is it installed by the OUI?
No - the above mentioned service should take care of it. It's
based on Apache and was indeed installed by the oui.
>
> I took a look in the OUI last night, but I could not seem to find it. If
> you know where it is & could describe the installation procedure to me,
> that would be greatly appreciated.
>
That doesn't seem to be necessary.... It can be seen, though, when you opt for the manual installation.
-- Regards, Frank van BortelReceived on Fri Jan 21 2005 - 05:38:47 CST