Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Express, Go To Database Home Page problem

Re: Oracle Express, Go To Database Home Page problem

From: Mark Townsend <markbtownsend_at_comcast.net>
Date: Mon, 12 Dec 2005 07:56:58 -0800
Message-ID: <PtWdnfzpwJ1XAADenZ2dnUVZ_tqdnZ2d@comcast.com>


twins wrote:

Cool - so the database is up. It's not showing up (registering) in the listener however. Try the following

 From the SQL Command Line, as the user you installed Oracle as, type

connect / as sysdba;
alter system register;

Then from the DOS command line, type lsnrctl status again

We are looking to see an entry in the listener status that says that the service XE is available, and also to see an entry for which port the database is using to listern for HTTP requests on - it should be 8080 Received on Mon Dec 12 2005 - 09:56:58 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US