How to see the actual Oracle SQL statement that is being executed

后端 未结 6 1008
清歌不尽
清歌不尽 2021-01-31 03:53

I\'m using a custom-built inhouse application that generates a standard set of reports on a weekly basis. I have no access to the source code of the application, and everyone te

6条回答
  •  借酒劲吻你
    2021-01-31 04:24

    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.

提交回复
热议问题