2026-05-01 07:25:46
This commit is contained in:
+7
-5
@@ -42,12 +42,14 @@ from
|
||||
dba_hist_sqlstat sqlstat
|
||||
join dba_hist_snapshot snap using (snap_id,instance_number)
|
||||
join gv$instance i using (instance_number)
|
||||
where
|
||||
snap.begin_interval_time>=&&2
|
||||
and snap.end_interval_time<=&&3
|
||||
and force_matching_signature='&&1'
|
||||
and executions_delta>0
|
||||
where
|
||||
snap.begin_interval_time>=&&2
|
||||
and snap.end_interval_time<=&&3
|
||||
and force_matching_signature='&&1'
|
||||
and executions_delta>0
|
||||
order by
|
||||
snap_id asc
|
||||
/
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user