SQL> compute sum of bytes on pool
SQL> break on pool skip 1
SQL> SELECT pool, name, bytes from v$sgastat order by pool, name;
Published by
on

SQL> compute sum of bytes on pool
SQL> break on pool skip 1
SQL> SELECT pool, name, bytes from v$sgastat order by pool, name;
Leave a comment