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 10g on Linux

Re: Oracle 10g on Linux

From: Jim Smith <usenet_at_ponder-stibbons.com>
Date: Sun, 26 Nov 2006 07:36:46 +0000
Message-ID: <rpjLcjCOQUaFFw44@jimsmith.demon.co.uk>


In message <1164480485.620667.301450_at_45g2000cws.googlegroups.com>, "printdude1968_at_gmail.com" <printdude1968_at_gmail.com> writes
>Well thanks to all who gave me hints on how to get my tables loaded
>from text (CSV) files. I was finally able to get them loaded using
>sqlldr and control files (yippeeeee). Now I have another
>pseudo-problem.
>Is it possible to access the Oracle Enterprise Manager from a PC
>connected over the network? My RHEL hosts the 10g installation and I
>want to be able to access Oracle Enterprise Manager from my desktop PC
>using a link like this
>
>http:/host_name_of_RHEL_boxt:1158/em/console/logon/logon
>
>Is the port something besides 1158?
>

Probably not.

Is the em database control running?

On the linux server, try

export ORACLE_SID=whatever
emctl status dbconsole

That should say whether or not it is running. It should also say what port it is running on.
If not, try "emctl start dbconsole".

If it is, can you definitely access em from the linux server? (e.g. http://localhost:1558/em)

-- 
Jim Smith
Ponder Stibbons Limited <http://oracleandting.blogspot.com/>
RSS <http://oracleandting.blogspot.com/atom.xml>
Received on Sun Nov 26 2006 - 01:36:46 CST

Original text of this message

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