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;
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;
You must log in to post a comment.