All technological notes.
System Global Area (SGA)SGA
server and background processes do not reside within the SGA, but exist in a separate memory space.Granule
SGA components, except the redo log buffer, allocate and deallocate space.Granule size is platform-specific and is determined by total SGA size.
vs Database Instance
instance has its own SGA.vs processes
server processes that execute on behalf of users can read information in the instance SGA.v$| Views | Desc |
|---|---|
V$SGA |
SGA summary information. |
V$SGAINFO |
size information |
V$SGASTAT |
detailed information |


