2026-03-12 20:23:15
This commit is contained in:
5
vdh/pool_usage.sql
Normal file
5
vdh/pool_usage.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
compute sum of bytes on pool
|
||||
break on pool skip 1
|
||||
select pool, name, bytes
|
||||
from v$sgastat
|
||||
order by pool, name;
|
||||
Reference in New Issue
Block a user