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

Home -> Community -> Usenet -> c.d.o.misc -> Re: SHMMAX, etc., for Oracle8 on Linux: Where to change?

Re: SHMMAX, etc., for Oracle8 on Linux: Where to change?

From: Sindu <cx_at_engineer.com>
Date: 1998/11/26
Message-ID: <365cd0c8.0@news.petra.ac.id>#1/1

>The installation documentation for Oracle8 on Linux shows to change some
>shared memory parms, such as SHMMAX, SHMMNI, etc. Where the heck are
 these,
>and how do I change them? Could anyone point me in the right direction?
>Please email?
>
>Thanks and regards,

It's on the linux kernel source. You may need to recompile the kernel if it doesn't meet the requirement.
Try:

  cd /usr/src/linux        // or wherever your kernel source is
  find . -print | xargs grep SHMMAX           // to find the files
containing the SHMMAX parameter

Good luck.. Received on Thu Nov 26 1998 - 00:00:00 CST

Original text of this message

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