24 Apr 2020 05:32 PM
Hello,
We have a Java Process that is making calls to an Oracle DB but it is using the Oracle Listener process on the Oracle Host rather than JDBC to make the calls.
Is it possible to get full monitoring of the SQL as we would have if the Java process was using JDBC?
Regards
Solved! Go to Solution.
24 Apr 2020 06:38 PM
Dynatrace captures SQL text thru the JDBC driver within the application tier. I assume you're referring to the TNS Listener that runs (normally) on the Database server. I don't believe the TNS Listener uses JDBC and therefore Dynatrace will not automatically capture the SQL text when database connections are initiated thru the TNS listener.