I need to open an ssh tunnel through to an oracle database port...after much fluffing around I cant seem to get it to work.
Here is the scenario...
My Machine --> host1 --> host2 --> oracle_instance(host3)...
So i need to be able to go through host1 which knows about host2...then from host2 to the oracle_instance on host3.
This is in order to connect up my sql developer.
Therefore I should be able telnet to the local port on my machine which will in effect be forwarding traffic from the oracle_instance port...
Any help much appreciated...