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

后端 未结 6 1003
清歌不尽
清歌不尽 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:23

    I think the V$SQLAREA table contains what you're looking for (see columns SQL_TEXT and SQL_FULLTEXT).

提交回复
热议问题