Please add support SSH tunnel for connect to Oracle.

For security reason I don't have direct access to Oracle Database. I only have SSH access to web server. SQLyog manager can provide access to MySQL database via SSH tunnel. Same feature is very needed for me in PL/SQL Developer.

Thanks.
 
Most SSH clients (eg. PuTTY) can do port forwarding, so you could set up a tnsnames.ora entry with host=localhost and forward it with your SSH client. That would work with any OCI client.
 
As long as OCI doesn't support SOCKS, there's no point asking it from a specific client (eg. PSD here). But PuTTY should be able to do both static and dynamic (SOCKS) forwarding simultaneously.
 
Back
Top