I'm a newb to both oracle and linux, but I just installed oracle 10g on linux last night and everything seemed to be working fine until I tried to bring the oracle db back up today.
After entering the following command (which I assume starts oracle)
STARTUP OPEN PFILE=$ORACLE_HOME/dbs/init.ora
I get the following error
ORA-00371: not enough shared pool memory, should be atleast 62198988 bytes
The following settings were added to /etc/sysctl.conf as per the instructions.
kernel.sem = 250 32000 100 128
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
fs.file-max = 65536
After entering the following command (which I assume starts oracle)
STARTUP OPEN PFILE=$ORACLE_HOME/dbs/init.ora
I get the following error
ORA-00371: not enough shared pool memory, should be atleast 62198988 bytes
The following settings were added to /etc/sysctl.conf as per the instructions.
kernel.sem = 250 32000 100 128
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
fs.file-max = 65536