Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Change init.ora and restart
Hi Pasquito:
I had a similar problem but with a different platform (unixware 2.1.3).
Anyway the approach should be the same.
Your problem is due to the settings of the OS kernel. It seems that you have
to increase one or more of the following:
SHMMAX -maximum size in bytes of a single-shared memory segment SHMSEG - maximum number of shared memory segments that a single process can attach
and SHMALL - total number of shared memory segments available in the entire system.
Also check on
SEMMNI - maximum number of semaphore sets SEMMSL - maximum number of semaphores per set SEMMNS - maximum number of sempahores system-wide.
In unixware I used idtune -g SHMAX to see the current value of SHMAX (same
thing with the other parameters) and `idtune SHMAX newvalue` to
set the new value.
Good luck
andres
Pasquito <p.campo_at_tin.it> wrote in message news:37F641D2.B5DD1939_at_tin.it...
> I have HP-UX 10.20 with Oracle 8.0.5 server.
> I have changed init.ora from small database to large database after
> default installation. To start database oracle send me this message:
> "ORA-07279: spcre: segment error, unable to get first semaphore set."
> How can i do for fix this problem ?
> Tanks for help.
> Pasquito.
>
Received on Mon Oct 04 1999 - 12:21:22 CDT
![]() |
![]() |