From: Konstantin Kivi <konst@sirena.rinet.ru>
Subject: Re: Semaphores and Oracle on Unix
Date: 1997/10/10
Message-ID: <EHtqww.AH.0.debian@sirena.rinet.ru>#1/1
X-Nntp-Posting-Host: localhost
Sender: news@sirena.rinet.ru (news)
References: <342FD596.1789@imaginet.fr>
Organization: Comtech-N JSC.
Newsgroups: comp.databases.oracle.server



arpege <arpege@imaginet.fr> wrote:
> I've read that each Oracle process needs a semaphore to be available to
> access the SGA. Is that right and if so why ?
> What is alto the difference between latch's and semaphores ?
 
>  Best Regards 
 
> Philippe (arpege@imaginet.fr)

I am not sure what do you mean under latch, but semaphore is
a unix (posix) way to order access from different process
to different objects on the system (SGA in our case).
man ipc 
man semget
man semop
man semctl

Konstantin


