Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: semaphores and share memory
The explanation of what these are has been given, I'll answer the question about how it relates to the SGA. Basically, you have to have shared memory max segment set to be larger than your total SGA or you will a. not be able to start Oracle or b. get a whole slew of memory errors and Oracle reads/writes to memory areas beyond what the OS will allow. This will either crash your database or fill up your file system with trace files and core dumps. Been there, done that, ain't goin back.
-- Dave A "bany1" <Kheun_C_Chan_at_sbphrd.com> wrote in message news:8rdfaj$t0i$1_at_phunn2.um.us.sbphrd.com...Received on Thu Oct 05 2000 - 22:09:46 CDT
> Could someone explains to me what is semaphores and share memory? What
sort
> of dependencies does it have on the size of the SGA?
>
> Thanks.
>
>
![]() |
![]() |