Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQLDev 4.0.3 - Connection over sock5 proxy

DanyCJan 12 2015 — edited Jan 13 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 10 2015
Added on Jan 12 2015
2 comments
1,141 views