DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: ORA-07279: on hpux

  1. #1
    Join Date
    Jan 2001
    Posts
    2
    I am receiving the following message when I try to startup my second instance.

    ORA-07279: spcre: semget error, unable to get first semaphore set.
    HP-UX Error: 28: No space left on device


    I know that I need to adjust one of the following kernel parms.
    semmni = 1024
    semmns = 1024

    How do I tell which to increase?

    Thanks in advance..

  2. #2
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Maximum number of semaphores in the System, SEMMNS parameter.

  3. #3
    Join Date
    Jan 2001
    Posts
    2

    Thumbs up

    Thank you..

    Is there a performance indicator that will show the usage of the semmns. Glance will show the semni, but I can't find one for semmns..

    Thanks

  4. #4
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    "ipcs" would show ou the information. For detail, refer man pages on unix.

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width