Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> How to PERMANENTLY set semaphores in Linux - Suse Personal Edition 8.2?

How to PERMANENTLY set semaphores in Linux - Suse Personal Edition 8.2?

From: <linuxquestion_at_yahoo.com>
Date: 13 Nov 2003 01:01:17 -0800
Message-ID: <672ceaed.0311130006.36cf8f24@posting.google.com>


HI all,

I'm using: Linux Suse personal edition 8.2

I am using the dbca with Oracle 9.2. It keeps running out of memory with the ora-27123 error.

As the docs said, I did this:

echo `expr 2048 \* 1024 \* 1024` > /proc/sys/kernel/shmmax

cat /proc/sys/kernel/shmmax
2147483648

reboot


But, then I got the same symptom.
I checked the file.

cat /proc/sys/kernel/shmmax
33554432

So, it didn't keep the value!!!

ipcs -l

In Solaris, this was easy. Edit the file: /etc/system
and reboot. The values stayed there forever.

But how to do this in Suse, and make it stick?

I don't want to put this in some script, so they get changed while booting, and add yet another layer of complexity.

Thanks Received on Thu Nov 13 2003 - 03:01:17 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US