Thursday, December 19, 2019


ora 27104 system defined limits for shared memory was misconfigured linux


[root@oracledb ~]# cat /etc/sysctl.conf | grep kernel | grep shm | grep -v "#"


Your kernel parameters need modifying.
Edit /etc/sysctl.conf and ensure the following lines are present:
kernel.shmall = 18350080
kernel.shmmax = 75161927680
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
Then reboot the machine.

No comments:

Post a Comment

 RMAN Recovery Catalog About Recovery Catalog RMAN recovery catalog Is another database which is out of your normal databases or which is o...