Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> 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-----
From: Afanassiev, Alex [mailto:Alex.Afanassiev_at_team.telstra.com]
Sent: Monday, October 09, 2000 2:16 AM
To: Multiple recipients of list ORACLE-L
Subject: RE: solaris - semaphores - how ?
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 ?
-- 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 mayReceived on Mon Oct 09 2000 - 06:25:20 CDT