How to port forward oracle 10gr EM database control locally? [message #385277] |
Sun, 08 February 2009 22:54 |
kytemanaic
Messages: 55 Registered: February 2009
|
Member |
|
|
This is the scenario
Machine A: my laptop on windows XP
Machine B :SSH linux public ip 203.114.abc.def
Machine C : oracle 10gr2 linux internal ip 192.168.1.xyz
I've checked on Machine C $ORACLE_HOME/install/portlist.ini
iSQL*Plus HTTP port number =5560
Enterprise Manager Console HTTP Port (TRADING) = 1158
Enterprise Manager Agent Port (TRADING) = 3938
with reference to http://souptonuts.sourceforge.net/sshtips.htm
so this is what I do on my laptop
invoke putty,
SSH tunnels Add
L1111 192.168.1.xyz:1521
L1115 192.168.1.xyz:1158
L1116 192.168.1.xyz:3938
next I ssh to 203.114.abc.def
when I invoke localhost:1115/em in the web browser
it does not invoke EM datbase control.
How should I resolve to invoke EM DB control? I was able to sqlplus and tnsping to the remote oracle db server
thanks
|
|
|
|