Details
-
Bug
-
Status: Resolved
-
P3
-
Resolution: Not an Issue
-
8
-
None
Description
Starting in 12.1 the JDBC thin driver uses NIO APIs for handling sockets and
NIO doesn't have "built-in" proxy support like OIO through -D socksProxyHost
and -DsocksProxyPort.
Can we add proxy support to the NIO?
Right now to support this we need to define
-Doracle.jdbc.javaNetNio=false
in order to get the proxy to work.
See base bug for more details and triage.
NIO doesn't have "built-in" proxy support like OIO through -D socksProxyHost
and -DsocksProxyPort.
Can we add proxy support to the NIO?
Right now to support this we need to define
-Doracle.jdbc.javaNetNio=false
in order to get the proxy to work.
See base bug for more details and triage.