Path: dp-news.maxwell.syr.edu!spool.maxwell.syr.edu!drn.maxwell.syr.edu!news.maxwell.syr.edu!newspeer.monmouth.com!newsfeed2.telusplanet.net!newsfeed.telus.net!edtnps89.POSTED!53ab2750!not-for-mail
From: HansF <News.Hans@telus.net>
Subject: Re: Oracle Express, Go To Database Home Page problem
User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)
Message-ID: <pan.2005.12.13.00.33.55.335163@telus.net>
Newsgroups: comp.databases.oracle.server
References: <1134327590.081616.27000@g14g2000cwa.googlegroups.com> <439CAF5E.70105@comcast.net> <1134376040.869120.282440@g47g2000cwa.googlegroups.com> <n93rp1pkklbmvqmqpb6oefehg2fjo93d1k@4ax.com> <PtWdnf_pwJ2SAwDenZ2dnUVZ_tqdnZ2d@comcast.com> <ckjrp114rnbjveipbmpjdfrde4tj9hr9k4@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Lines: 42
Date: Tue, 13 Dec 2005 00:33:57 GMT
NNTP-Posting-Host: 161.184.143.25
X-Trace: edtnps89 1134434037 161.184.143.25 (Mon, 12 Dec 2005 17:33:57 MST)
NNTP-Posting-Date: Mon, 12 Dec 2005 17:33:57 MST
Xref: dp-news.maxwell.syr.edu comp.databases.oracle.server:257615

On Mon, 12 Dec 2005 13:28:26 -0600, Turkbear wrote:

> Mark Townsend <markbtownsend@comcast.net> wrote:
> 
>>Turkbear wrote:
>>
>>Oracle Database XE comes with it's own built in http listener. It 
>>doesn't need an external one (although one can be used). The problem so 
>>far for the OP is that the database is not registering with the 
>>listener. Once it does we will see entry's for both TCP/IP and HTTP.
> 
> But, IIRC, the http service is still a windows service and may need to be started - if it is set to autostart and does not,
> then there is some problem that needs to be resolved ( probably will have entries in the event log)
> 
> It sounds like, from the OP's messages, that he does not have any http service running at 8080..
> 
> Twins: Try just connecting to http://localhost:8080
> 
> Or use your PCs actual IP address or name

The http service is actually dbms_epg running in the database.  It
tells the Oracle listener to monitor for connection requests on a port
(8080).

In sqlplus, you want to run

 select gethttpport() from dual;

to determine the port that should be used for http requests.  

OP's problem is either something is intercepting the port, the listener
is not aware which port is to be used, or epg is not responding to the
listener requests for connection.



-- 
Hans Forbrich                           
Canada-wide Oracle training and consulting
mailto: Fuzzy.GreyBeard_at_gmail.com   
*** Top posting [replies] guarantees I won't respond. ***

