2026-03-12 20:23:15
This commit is contained in:
11
vdh/uga_usage.sql
Normal file
11
vdh/uga_usage.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
select
|
||||
a.name,
|
||||
avg(b.value)
|
||||
from
|
||||
v$statname a,
|
||||
v$sesstat b
|
||||
where
|
||||
a.statistic# = b.statistic#
|
||||
and a.name like '%uga%'
|
||||
group by
|
||||
a.name
|
||||
Reference in New Issue
Block a user