Replies: 1 comment 1 reply
-
Note: The above you need to set in the advanced section of each of connection properties section. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is it possible to leverage oracledb to connect to oracle database that is normally accessible via SOCKS proxy.
I have instructions for SQL Developer (thin jdbc client), but need to access it from within python.
In SQL Developer I needed to set:
oracle.net.socksProxyHost -> 127.0.0.1 (the tunnel is established via ssh)
oracle.net.socksProxyPort -> 1080
oracle.net.socksRemoteDNS -> true
I would be more than happy if someone would share how to use that to connect from within python with oracledb.
thanks
Beta Was this translation helpful? Give feedback.
All reactions