| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 10g on Linux
printdude1968_at_gmail.com wrote:
> 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?
I think the 1158 should be correct. There's a file that is updated during the oracle install that tells you exactly what ports and the url's that are being used ( this info is also shown during the installation process ).
There's a couple of things that may be causing you grief.
First you are missing a backslash in your url above ( http:// ).
Depending on how names are resolved ( DNS etc ) and what domain name your desktop machine is using you may have to make it look like this http://hostname.domainsuffix.whatever:port_number ( append domainsuffix.qualifier to your hostname ) or you can use an absolute ip ( http://ip.in.dotted.syntax:port_number/etc ).
You can also install a product like vnc on the linux box and your desktop and do remote control.
Have fun. Received on Sat Nov 25 2006 - 13:17:32 CST
![]() |
![]() |