【发布时间】:2018-05-19 01:06:04
【问题描述】:
在Oracle 11g中,我想监控特定sql的响应时间(我知道该sql的sql_id)。意思是,我想知道每次执行sql时的响应时间。我会“打开”一段时间,然后希望看到类似以下的数据:
For sql_id 'abcdefg', following were the execution time (in ms)
10
12
10
13
10
10
10
240
230
10
9
12
…
…
我们可以忽略我希望看到的输出的确切格式,但是我有什么方法可以监控,以便我可以获得每次执行我的 sql 的响应时间?
谢谢。
【问题讨论】:
标签: oracle oracle11g database-performance query-performance