v$sga_dynamic_components: information about sga resize operations since startup.
This view can also be used to find out the granule size of SGA components.
v$sga_dynamic_components shows excatly the same information as v$memory_dynamic_components except that it does not include the two rows for SGA Target and PGA Target.
Both views select from x$kmgsct.
select
component
from
v$sga_dynamic_components
order by
lower(component);
--
-- ASM Buffer Cache
-- DEFAULT 16K buffer cache
-- DEFAULT 2K buffer cache
-- DEFAULT 32K buffer cache
-- DEFAULT 4K buffer cache
-- DEFAULT 8K buffer cache
-- DEFAULT buffer cache
-- java pool
-- KEEP buffer cache
-- large pool
-- RECYCLE buffer cache
-- Shared IO Pool
-- shared pool
-- streams pool