I noticed under 4.1.1 i was not seeing the detailed statements log anymore that was visible under 4.1.0.
I think the issue is similar to what was discussed here.
But completely counter-intuitively, I am getting the details again if I switch my configuration to use the V11 OCI client instead of the V12 one.
The preferences to use the Oracle Client (thick) are both checked.
Testing the Oracle Home located at C:\Ora12\product\12.1.0\client_1
Testing client directory ... OK
Testing loading Oracle JDBC driver ... OK
Testing checking Oracle JDBC driver version ... OK
Driver version: 12.1.0.2.0
Testing testing native OCI library load ... OK
Success!
Testing the Oracle Home located at C:\oracle\product\11.2.0\client_1
Testing client directory ... OK
Testing loading Oracle JDBC driver ... OK
Testing checking Oracle JDBC driver version ... Failed:
Minimum driver version 11.2.0.3 required, specified driver version is 11.2.0.1.0
The second client that does not pass the test is the one with which i get detailed statements.
Of course it may cause other issues and I want to use the V12 client.
Can I get both V12 and logging ?