Large pool size
set in init.ora
large pool size =1M
after startup, and query large pool, why free memory is so big? (4294247976)
SQL> select * from v$sgastat
2 where pool='large pool';
POOL NAME BYTES
----------- -------------------------- ----------
large pool free memory 4294247976
large pool PX msg pool 122880
large pool session heap 596440
But when i use OEM to check, it is correct showing 1MB.
WHY?
set in init.ora
large pool size =1M
after startup, and query large pool, why free memory is so big? (4294247976)
SQL> select * from v$sgastat
2 where pool='large pool';
POOL NAME BYTES
----------- -------------------------- ----------
large pool free memory 4294247976
large pool PX msg pool 122880
large pool session heap 596440
But when i use OEM to check, it is correct showing 1MB.
WHY?