Hi all,
I've read all the old posts about proxy and also played with the current proxy feature available in v 4.0.3 however it doesn't work for my use case.
Currently due to no network rule in place, i have to jump over a bastion server to reach/ ssh the Oracle DB server/ sqlplus (IP 1.2.3.4) and i do that by having the following in my .ssh/config file
# Proxy to DB
Host 1.2.3.*
ProxyCommand /usr/bin/nc -v -X 5 -x proxy.internal:9999 %h %p
Now is anything like this possible to achieve using SQL Developer?
As you already figured out this is not possible with ssh or proxy features under Connection Advanced tab.
thanks,
Dani