Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Connection refused when connecting to DB control home page
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