Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> semaphores - solved -- another problem
Greg / list ,
i changed the solaris system parameters, i can increase the processes
param now....there's another problem i'm facing, i am NEVER able to shutdown
the instance cleanly !! always the background processes remain and i have to
kill each of them and also kill the semaphores as you have specified...
is it a know problem with solaris ?
Regards
rahul
> ----------
> From: Loughmiller, Greg[SMTP:greg.loughmiller_at_glenayre.com]
> Reply To: ORACLE-L_at_fatcity.com
> Sent: Monday, October 09, 2000 7:30 PM
> To: Multiple recipients of list ORACLE-L
> Subject: RE: solaris - semaphores - how ?
>
> In addition, check the semaphores/shared memory segments on your system
> prior to starting oracle..
>
> IPCS will show semaphores, shared memory and message queues... If you see
> some owned by oracle and DO NOT have an instance running on that
> machine-they can be removed as follows:
> ipcrm [ -m shmid ] [ -q msqid ] [ -s semid ]
>
>
> I have seen where an instance crash will leave some semaphores remaining..
> And if the parms in /etc/system are not set high enough-you wil get the
> error you have described...
>
> Hope this helps...
> Greg
>
> -----Original Message-----
> Sent: Monday, October 09, 2000 2:16 AM
> To: Multiple recipients of list ORACLE-L
>
>
> Hi Rahul
>
> Modify /etc/system and reboot the box
>
> for example
> set semsys:seminfo_semmns=200
> set semsys:seminfo_semmni=70
> set semsys:seminfo_semmsl=200
>
>
> More info on
> http://www.sunworld.com/sunworldonline/swol-10-1997/swol-10-insidesolaris.
> ht
> ml
>
>
> With regards
> Alex Afanassiev
> Oracle DBA, TOC OPS/Internet.Operations
> Tel: (03) 8 661 20 61
> Fax: (03) 9 650 36 74
>
>
> > -----Original Message-----
> > From: Rahul [SMTP:rahul_at_ratelindo.co.id]
> > Sent: Monday, October 09, 2000 3:36 PM
> > To: 'Oracle List I'; 'Oracle List II'
> > Subject: solaris - semaphores - how ?
> >
> > List,
> > i'm new to solaris.. and have just installed 8.1.5 on SUN solaris
> > after increasing the 'processes' param in init.ora i'm getting
> > "post/wait initialization failed" when trying to startup the db.
> >
> > i'ts something to do with the 'process" and semaphore settings
> > in the solaris kernel.. (?)
> >
> > how to modify these param in solaris ?
> >
> > Regards
> >
> > Rahul
> >
> >
> > --------
> > If you're bored, then visit the list's website: http://www.lazydba.com
> > (updated daily)
> > to unsubscribe, send a blank email to
> oracledba-unsubscribe_at_quickdoc.co.uk
> > to subscribe send a blank email to oracledba-subscribe_at_quickdoc.co.uk
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Afanassiev, Alex
> INET: Alex.Afanassiev_at_team.telstra.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Loughmiller, Greg
> INET: greg.loughmiller_at_glenayre.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
Received on Mon Oct 09 2000 - 06:39:11 CDT
![]() |
![]() |