viernes, 5 de febrero de 2021

GRANULO MEMORIA

 SQL> select (bytes/1024/1024) from v$sgainfo where name='Granule Size';

(BYTES/1024/1024)

-----------------

4

SQL> select (bytes) from v$sgainfo where name='Granule Size';

     BYTES

----------

   4194304

SQL> 


No hay comentarios: