Re: ORA-07429 Error

From: Kerry Casey <kac_at_BoM.GOV.AU>
Date: 29 Jul 1994 17:41:22 +1000
Message-ID: <31abr2INNosb_at_basil.BoM.GOV.AU>


Alexander Dauensteiner posted:

>Configuration: SUN Sparc10 with 32MB memory and Solaris 2.3
>
>After adjusting /etc/system like this:
>set shmsys:shminfo_shmmax=8388608
>set shmsys:shminfo_shmseg=15
>set shmsys:shminfo_shmmni=400
>set shmsys:shminfo_semmns=200
>set shmsys:shminfo_semmni=100
>set shmsys:shminfo_semmsl=100

Alex,

you may have just typed this incorrectly to the newsgroup, and correctly in /etc/system, but if you didn't...

It's semsys:seminfo before each sem variable and shmsys:shminfo before each shm variable

ie

set shmsys:shminfo_shmmax=8388608 
set shmsys:shminfo_shmseg=15 
set shmsys:shminfo_shmmni=400 
set semsys:seminfo_semmns=200 
set semsys:seminfo_semmni=100 
set shmsys:shminfo_semmsl=100 


also, do you have

set shmsys:shminfo_shmmin=1

(mind you, this would be the default anyway)

I hope this helps.

Kerry Casey
K.Casey_at_BoM.GOV.AU Received on Fri Jul 29 1994 - 09:41:22 CEST

Original text of this message