I want to override JVM option for odbc like adding below ;
-Doracle.jdbc.autoCommitSpecCompliant=false
However in Weblogic 12c and using Java 8, I don't know where should i override it from.
Refer below link, I need to override the JVM option.
How can I specify the default JVM arguments for programs I run from eclipse?
Should i set in weblogic or jdk8 directory ?