2
votes
0
votes
How to see the actual Oracle SQL statement that is being executed
I had (have) a similar problem in a Java application. I wrote a JDBC driver wrapper around the Oracle driver so all output is sent to a log file.
…
