Oracle Server - Enterprise Edition - Version: 9.2.0.1 to 10.2.0.3 Linux x86
Symptoms
ORA-27102, Out of memory error
Cause
For 32 bit system running smp kernel, we cannot have SGA > 1.7 GB directly. This is because of limitation of 32 bit systems of not being able to address memory > 4GB directly by a user process. If SGA is kept higher than 1.7 GB, it will results in ORA 27102 errors.
While invoking dbca or creating starter database, by default it takes 40% of memory for SGA. Hence the size can accidentally exceed 1.7 GB
Solution
The workaround is to create a new database, and specify the size of SGA approximate to be 1.5 to 1.7 GB.
References
- Summary About the Large SGA & Address Space on RH Linux