6 lines
111 B
SQL
6 lines
111 B
SQL
compute sum of bytes on pool
|
|
break on pool skip 1
|
|
select pool, name, bytes
|
|
from v$sgastat
|
|
order by pool, name;
|