I want to start a JDBC connection (Oracle or MSSQL) through a proxy server. The reason for this is the availability of additional traffic control tools, especially for development.
I know, I could specify a proxy server that runs on my machine, and a port in the connection string. But the specified connection settings are accepted only as a kind of handshake to agree on which port the data is transmitted. And this is defenitly not the port that I have under proxy control.
So, does anyone have an idea how to specify a port for data transfer? I would prefer this to be possible in the connection string. The same problem applies to Oracle and MSSQL.
thanks
Leo
source share