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: SuSE Linux 6.0 and Oracle 8.0.5

Re: SuSE Linux 6.0 and Oracle 8.0.5

From: Arnold Schommer <aschommer_at_fs-edv.de>
Date: Fri, 21 May 1999 17:36:19 +0200
Message-ID: <37457D73.EFBB5EE3@fs-edv.de>


Hi, Ramon,

Under Linux, you have to recompile the kernel (sounds much worse than it is if you ask me). The parameters mentioned by Oracle are placed in two files:

/usr/src/linux/include/asm/shmparam.h contains SHMMAX, SHMMIN, SHMMNI and SHMSEG;
/usr/src/linux/include/linux/sem.h contains SEMMNS, SEMMSL und SEMMSL.

This is correct for a 2.0.36-kernel installed under /usr/src/linux/. If you have a different kernel and the files have changed, you might have to search for the parameters by grep.

I hope this helps you.

Arnold Schommer

Ramon Keller wrote:
>
> Dear subscribers,
> As a part of a sdudent project I have to set up an Oracle server on
> SuSE Linux 6.0.
> I installed the server without any complex problem exepct this one:
>
> As one of the first steps, I have to configure the shared memory and
> semaphore segments. Oherwhise dhe database will not start up. I've got
> no experience with kernel parameters. I found out, that under solaris
> this configuration must be done in the file /etc/system. But under
> SuSE 6.0 such a file doesn't exist by default.
>
> So my question is:
> Is there anyone who can tell me in which file the changes have to be
> done? Do I have to create /etc/system by myself?
> If this is a FAQ pleas let me know.
>
> thanks in advance
> Ramon Keller
>
>
Received on Fri May 21 1999 - 10:36:19 CDT

Original text of this message

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