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: oracle 9.2.0.4 on redhat 8 "SIGSEGV 11* segmentation violation"

Re: oracle 9.2.0.4 on redhat 8 "SIGSEGV 11* segmentation violation"

From: Howard J. Rogers <hjr_at_dizwell.com>
Date: Wed, 31 Mar 2004 15:21:00 +1000
Message-ID: <406a553f$0$25661$afc38c87@news.optusnet.com.au>


Whatever...

Save yourself the hassle and eliminate some possibilities by copying this lot into /etc/sysctl.conf

kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128

fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000

Regards
HJR

-- 
-------------------------------------------
Dizwell Informatics: http://www.dizwell.com
  -A mine of useful Oracle information-
===========================================


"Josef Maier" <mmmaier41_at_hotmail.com> wrote in message
news:406a5304$0$15770$91cee783_at_newsreader02.highway.telekom.at...

> Sorry:
>
> cat /proc/sys/kernel/shmmni
> 4096
> cat /proc/sys/kernel/shmmax
> 1073741824
>
> thanx
>
>
> "Howard J. Rogers" <hjr_at_dizwell.com> schrieb im Newsbeitrag
> news:4069cc6e$0$28283$afc38c87_at_news.optusnet.com.au...
> >
> > "Josef Maier" <mmmaier41_at_hotmail.com> wrote in message
> > news:4069853c$0$7832$91cee783_at_newsreader02.highway.telekom.at...
> > > Filename Type Size Used
Priority
> > > /dev/sdb1 partition 8032460 0 -1
> > > /dev/sda10 partition 602396 0 -2
> > > /dev/sdb4 partition 8032492 0 -3
> > >
> > >
> > > [root_at_oracle1 kernel]# cat sem
> > > 250 32000 32 128
> >
> >
> >
> > Well, that's not right for a start, since sem should be set to 250 32000
> 100
> > 128.
> >
> > No shmmax?
> > No shmmni?
> >
> > Regards
> > HJR
> >
> >
>
>
Received on Tue Mar 30 2004 - 23:21:00 CST

Original text of this message

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