Fixed SGA
The Fixed SGA (System Global Area) is a predefined memory area within the Oracle database that serves essential housekeeping functions
- Purpose: The Fixed SGA contains critical information necessary for the operation and management of the database instance.
- Contents: General information about the state of the database and the instance, accessible to background processes, Communication details between processes, including information about locks.
- Size: The size of the Fixed SGA is determined by Oracle Database and cannot be manually altered. It may change with different database releases.