1.292 SGA_MIN_SIZE
SGA_MIN_SIZE indicates a possible minimum value for SGA usage of a pluggable database (PDB).| Property | Description | 
|---|---|
| Parameter type | Big integer | 
| Syntax | 
 | 
| Default value | 
 | 
| Modifiable | 
 | 
| Modifiable in a PDB | Yes | 
| Range of values | 0 to 50% of  | 
| Basic | No | 
| Oracle RAC | The same value must be used for all instances. | 
Setting this parameter at the CDB level has no effect.
Note:
To be able to use Resource Manager in a CDB to control the amount of memory each PDB can use:
- 
                           The NONCDB_COMPATIBLEinitialization parameter must be set toFALSEat the CDB level (in the root of the CDB).
- 
                           The MEMORY_TARGETinitialization parameter must not be set at the CDB level.
- 
                           A value for SGA_TARGETmust be set at the CDB level.If SGA_TARGETis not set at the CDB level, then settingSGA_MIN_SIZEin a PDB has no effect. You will not receive an error message, and the PDB’sSGA_MIN_SIZEvalue will not be enforced.
- 
                           You must set the SGA_MIN_SIZEvalue to a value that meets these requirements:- 
                                 In a PDB, to a value that is less than or equal to 50% of the value of SGA_TARGETin the PDB
- 
                                 In a PDB, to a value that is less than or equal to 50% of the value of SGA_TARGETat the CDB level
- 
                                 In a PDB, to a value that is less than the value of SGA_MAX_SIZEat the CDB level
- 
                                 Across all the open PDBs in a CDB, the sum of SGA_MIN_SIZEvalues must be less than or equal to 50% of the managed SGA total at the CDB level. Managed SGA isDB_CACHE_SIZEplusSHARED_POOL_SIZE.
 When you set SGA_MIN_SIZEin a PDB to a value that does not meet these requirements, you receive an error.
- 
                                 
Note:
This initialization parameter is available starting with Oracle Database 12c Release 2 (12.2.0.1).
See Also:
Oracle Database Administrator’s Guide for more information about the initialization parameters that control the memory usage of PDBs