Unable to find Oracle documents referring to the cause for this Query from Connection. Using the JDBC Driver ojdbc7-12.1.0.2.jar
We saw that there was one connection for brief time running SELECT SYS_CONTEXT('USERENV', 'CURRENT_SCHEMA') FROM DUAL
In Code
connection = provider.getConnection();
connection.setNetworkTimeout(Executors.newSingleThreadExecutor(), network_timeout);