2026-03-12 20:23:15
This commit is contained in:
14
vdh/queued_sql.sql
Normal file
14
vdh/queued_sql.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
break on sql_text on sql_id
|
||||
col sql_text for a60 trunc
|
||||
|
||||
select
|
||||
inst_id, sid, sql_id, sql_exec_id, sql_text, queuing_time
|
||||
from
|
||||
gv$sql_monitor
|
||||
where
|
||||
status='QUEUED'
|
||||
order by
|
||||
sql_id
|
||||
;
|
||||
|
||||
clear break
|
||||
Reference in New Issue
Block a user