Tomcat JVM (Oracle JDBC driver) to connect to Oracle DB via socks
Brought to you by:
matteoricchetti
Hello,
I have a question about connecting my Tomcat App JVM (that runs with Oracle JDBC driver) to my Oracle DB via Socks Proxy server.
I have tnsnames.ora file in our application (Tomcat) environment that connects to DB server. But my goal is to put a socks proxy server in between the app and the DB. Can someone please let know where should I configure to ask my application JVM to connect to the Oracle DB via Socks Proxy server? I am seeing options in the ss5.conf file mysql but we are using oracle. Should I configure anything in my tnsnames.ora file?