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: ORA-0729 on HP

Re: ORA-0729 on HP

From: Ari Kaplan <akaplan_at_oxywhite.interaccess.com>
Date: 1997/03/21
Message-ID: <5gv43g$h5k@oxywhite.interaccess.com>#1/1

"RYoung" <ryoung_at_summer.dbsol.com> writes:
>I have been unable to locate this ORA primarily because the software manual
>is 2 states away. It continues with
>"ORA-0729: spcre: semget error. unable to get first semaphore set.
>HPUX ERR 28 No space on device"
>Am I running into a lack of semaphores and/or shared memory segments? There
>appears to be several hundred MB of space remaining on the drives, So the
>'no space' doesn't seem to refer to the drive.
>--
>Robert Young
>rcyoung_at_summer.dbsol.com
>"Standard disclaimer for employee views..."

Robert,

The 'no space left on device' refers to the memory allocation, not the physical disk drives. What is going in is your "PROCESSES" parameter in the init.ora file is to high for your HP machine.

You can either lower the processes parameter, or change the UNIX kernel parameter "semmns". It is default to 128. This is rarely sufficient if you have more than one instance running on your box, or a large instance.

If you have databases up and running, you can find out how many semaphores (semmns) are being used by typing:

ipcs -b |grep oracle

-Ari Kaplan
Independent Oracle DBA Consultant

<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
<-> For 50+ technical tips, visit my Web Page:                    <->
<->                                                               <->
<->              http://homepage.interaccess.com/~akaplan         <->
<->                                                               <->
<->             email: akaplan_at_interaccess.com                    <->
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
Received on Fri Mar 21 1997 - 00:00:00 CST

Original text of this message

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