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 -> Re: How to PERMANENTLY set semaphores in Linux - Suse Personal Edition 8.2?

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

From: Jan Schledermann <jan_at_-remove-schledermann.org>
Date: Thu, 13 Nov 2003 11:43:09 +0100
Message-ID: <3fb36041$0$182$1b62eedf@news.wanadoo.nl>


linuxquestion_at_yahoo.com wrote:

> 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

Add echo `expr 2048 \* 1024 \* 1024` > /proc/sys/kernel/shmmax to /etc/init.d/boot.local ( for example)

and create symlinks to this file in /etc/init.d/rc3.d and probably rc5.d i.e.: ln -s /etc/init.d/boot.local /etc/init.d/rc3.d/S01boot.local

For this you don't need to create a K0X.... link

If you are not familiar with the SuSE Linux boot concept have a look at the manuals. It is helpfull to understand how this works.

-- 
Jan Schledermann
Mierlo, The Netherlands
Received on Thu Nov 13 2003 - 04:43:09 CST

Original text of this message

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