Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: and what's your profile
little worm wrote:
>
> "Steve ." <syarbrou_at_nospam.enteract.com> wrote in message
> news:m5m2sso8pmt0m876996if3jvhl5qei975d_at_4ax.com...
> > I have a Sun box with Solaris 2.8 and Oracle 8.1.6. I have set my
> > semaphores according to the directions as far as I can tell. My
> > current database is a fresh test box install and has no users and
> > nothing on it. I log in to svrmgrl and shutdown immediate. Sits
> > there for about 2 minutes and then shuts down. Not sure why it's not
> > quicker than that, especially with my current setup.
> >
> > Anyway, when I do a startup, I sometimes get an error message, and
> > excuse me for not listing it here, but it's not showing up right now,
> > that basically people would respond, you do not have your semaphores
> > set correctly. Can someone please check my settings listed below from
> > the system file and let me know if I'm figuring things wrong? Thanks.
> >
> > Steve
> >
> > Newsgroup replies preferred. Remove nospam when replying thru email.
> >
> > info from system file:
> >
> > set shmsys:shminfo_shmmax=4294967295
> > set shmsys:shminfo_shmmin=1
> > set shmsys:shminfo_shmmni=100
> > set shmsys:shminfo_shmseg=10
> > set semsys:seminfo_semmni=100
> > set semsys:seminfo_semmsl=260
> > set semsys:seminfo_semmns=510
> > set semsys:seminfo_semopm=100
> > set semsys:seminfo_semvmx=32767
those should be in the manual but shmmax seems high. shmmni could be higher, shmmni seems small, semopm also could be higher as could semvmx
that's just my guess.
> > init.ora
> > PROCESSES = 250
What's your SID? is it NULL???
You really edit initSID.ora, don't you?
Received on Fri Sep 22 2000 - 08:22:06 CDT
![]() |
![]() |