Passing '-Doracle.net' arguments
Giving some context to my question. One of our applications has begun throwing SQL errors and after about a week of the different teams arguing over whose fault the problem lies with, one of the developers stumbled across a very similar issue in an oracle document.
Connection Reset By Peer When Doing A Query On A BLOB (Doc ID 2399524.1) (https://support.oracle.com/epmos/faces/DocContentDisplay?_afrLoop=223285750728740&id=2399524.1&_afrWindowMode=0&_adf.ctr… )
I see in the resolution section of the article it mentions trying to use the following java arguments as a work around.
-Doracle.net.useZeroCopyIO=false
-Doracle.jdbc.ReadTimeout=1800 (n is in milliseconds)