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: Connection refused when connecting to DB control home page

Re: Connection refused when connecting to DB control home page

From: HansF <News.Hans_at_telus.net>
Date: Mon, 28 Mar 2005 00:00:59 GMT
Message-Id: <pan.2005.03.28.01.02.33.118077@telus.net>


On Sun, 27 Mar 2005 15:12:53 -0800, macfizz wrote:

> Hi,
>
> In a fresh installation of 10g on Fedora Core 2 Linux, I appear to have
> successfully completed the installation and have a running server.
> However when I try to connect to the :5500/em url I get a connection
> refused message. Same with the :5620/ultrasearch url. :5560/isqlplus
> loads a login form but I don't seem to be able to log in from here
> (though I think that is simply down to me not providing the sysdba
> credentials correctly). Can anyone suggest what may be going wrong?
>

EM is a service that must be started. (It gets started automatically after DB creation but may not be restarted after reboot, etc.) Did you run

   $ORACLE_HOME/emctl start dbconsole

iSQLPlus also has a related service.

   isqlplusctl start

This, and other related stuff, found in "OracleŽ Database 2 Day DBA" docco in chapter 3, at http://docs.oracle.com You are encouraged to spend at least a minimum amount of [additional] time in that document.

/Hans Received on Sun Mar 27 2005 - 18:00:59 CST

Original text of this message

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