This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
sql_report [2019/11/04 11:09] admin |
sql_report [2019/11/04 11:26] (current) admin |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| AND b.begin_interval_time > SYSDATE-7 | AND b.begin_interval_time > SYSDATE-7 | ||
| ORDER BY 2; | ORDER BY 2; | ||
| + | |||
| + | col CPU_TIME FOR 9999999999999999 | ||
| + | col ELAPSED_TIME FOR 9999999999999999 | ||
| + | col USER_IO_WAIT_TIME FOR 9999999999999999 | ||
| + | SELECT inst_id, | ||
| + | plan_hash_value, | ||
| + | FROM gv$sql WHERE sql_id=' | ||
| + | ORDER BY child_number; | ||