Re: Semaphore problem

2003-08-14 Thread Stephane Faroult
Fermin Bernaus wrote:
 
 Did you have a look to the alert file? what does it say? error 13 means some 
 kind of permission has been violated at the OS level (at least under UNIX) probably 
 trying to access a file (for cration, reading or whatever)
 
 Fermin.
 
 -Mensaje original-
 De: Smith, Ron L. [mailto:[EMAIL PROTECTED]
 Enviado el: miƩrcoles, 13 de agosto de 2003 19:10
 Para: Multiple recipients of list ORACLE-L
 Asunto: Semaphore problem
 
 Has anyone ever seen an error like:
 
 ERROR: rbusy(SEMOP) (13; Permission denied)
 
 There is no Oracle error associated with it.
 
 Thanks!
 Ron
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.net
 --
 Author: Smith, Ron L.
   INET: [EMAIL PROTECTED]
 

Ron,

   Run 
  ipcs -s
  and check what you have. Sempaphores are usually used to synchronize
processes - when a process holds the semaphore, any other process anted
to hold it waits until it is released. Quite similar to an Oracle lock.
It's possible that an instance crashed without releasing some resources.
the trouble will be with identifying the semaphores that are here and
shouldn't. Otherwise they can be deleted with ipcrm.

HTH

Stephane Faroult
Oriole Software
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephane Faroult
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).


RE: Semaphore problem

2003-08-14 Thread Nelson, Allan
You are getting an OS error.  Run kill -l on your machine (if on a unix
variant) and look at what 13 is.  On HP-UX that signal refers to a PIPE.

Allan

-Original Message-
Sent: Wednesday, August 13, 2003 12:10 PM
To: Multiple recipients of list ORACLE-L


Has anyone ever seen an error like:

ERROR: rbusy(SEMOP) (13; Permission denied)

There is no Oracle error associated with it.

Thanks!
Ron
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Smith, Ron L.
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).


__
This email is intended solely for the person or entity to which it is addressed and 
may contain confidential and/or privileged information.  Copying, forwarding or 
distributing this message by persons or entities other than the addressee is 
prohibited. If you have received this email in error, please contact the sender 
immediately and delete the material from any computer.  This email may have been 
monitored for policy compliance.  [021216]

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Nelson, Allan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).


RE: Semaphore problem

2003-08-14 Thread Stefick Ronald S Contr ESC/HRIDD
Title: RE: Semaphore problem





Suzy? Suzy Vordos from the Blue Parrot??? Wow! We've missed you on the OT list!


-Scott Stefick



-Original Message-
From: Vordos, Suzy [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, August 13, 2003 2:24 PM
To: Multiple recipients of list ORACLE-L
Subject: RE: Semaphore problem




Look at the keral parm value for semopm. It should be equal to the value of semmsl. Here's how the values for semaphores are calculated (if on Solaris).

* semmns = max num semaphores system wide (=semmni*semmsl)
* semmni = max num semaphore sets system wide (=semmnu)
* semmsl = max num semaphores per semaphore set (=semopm)
* semmnu = max num sempahore undo structures (=semmni)
* semmap = max entries per semaphore map (=semmni*semmsl)
* semopm = max operations per semop call (=semmsl)
* semume = max undo entries per process (=semopm)
* semvmx = max value of a semaphore (cannot be  32767)


Hope this helps
Suzy


-Original Message-
Sent: Wednesday, August 13, 2003 12:30 PM
To: Multiple recipients of list ORACLE-L



You are getting an OS error. Run kill -l on your machine (if on a unix
variant) and look at what 13 is. On HP-UX that signal refers to a PIPE.


Allan


-Original Message-
Sent: Wednesday, August 13, 2003 12:10 PM
To: Multiple recipients of list ORACLE-L



Has anyone ever seen an error like:


ERROR: rbusy(SEMOP) (13; Permission denied)


There is no Oracle error associated with it.


Thanks!
Ron
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Smith, Ron L.
 INET: [EMAIL PROTECTED]


Fat City Network Services -- 858-538-5051 http://www.fatcity.com
San Diego, California -- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).



__
This email is intended solely for the person or entity to which it is addressed and may contain confidential and/or privileged information. Copying, forwarding or distributing this message by persons or entities other than the addressee is prohibited. If you have received this email in error, please contact the sender immediately and delete the material from any computer. This email may have been monitored for policy compliance. [021216]

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Nelson, Allan
 INET: [EMAIL PROTECTED]


Fat City Network Services -- 858-538-5051 http://www.fatcity.com
San Diego, California -- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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.net
-- 
Author: Vordos, Suzy
 INET: [EMAIL PROTECTED]


Fat City Network Services -- 858-538-5051 http://www.fatcity.com
San Diego, California -- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).




RE: Semaphore problem

2003-08-14 Thread Vordos, Suzy

Look at the keral parm value for semopm.  It should be equal to the value of
semmsl.  Here's how the values for semaphores are calculated (if on
Solaris).

* semmns = max num semaphores system wide (=semmni*semmsl)
* semmni = max num semaphore sets system wide (=semmnu)
* semmsl = max num semaphores per semaphore set (=semopm)
* semmnu = max num sempahore undo structures (=semmni)
* semmap = max entries per semaphore map (=semmni*semmsl)
* semopm = max operations per semop call (=semmsl)
* semume = max undo entries per process (=semopm)
* semvmx = max value of a semaphore (cannot be  32767)

Hope this helps
Suzy

-Original Message-
Sent: Wednesday, August 13, 2003 12:30 PM
To: Multiple recipients of list ORACLE-L


You are getting an OS error.  Run kill -l on your machine (if on a unix
variant) and look at what 13 is.  On HP-UX that signal refers to a PIPE.

Allan

-Original Message-
Sent: Wednesday, August 13, 2003 12:10 PM
To: Multiple recipients of list ORACLE-L


Has anyone ever seen an error like:

ERROR: rbusy(SEMOP) (13; Permission denied)

There is no Oracle error associated with it.

Thanks!
Ron
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Smith, Ron L.
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).



__
This email is intended solely for the person or entity to which it is
addressed and may contain confidential and/or privileged information.
Copying, forwarding or distributing this message by persons or entities
other than the addressee is prohibited. If you have received this email in
error, please contact the sender immediately and delete the material from
any computer.  This email may have been monitored for policy compliance.
[021216]

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Nelson, Allan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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.net
-- 
Author: Vordos, Suzy
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).


RE: Semaphore problem

2003-08-14 Thread Fermin Bernaus

Did you have a look to the alert file? what does it say? error 13 means some 
kind of permission has been violated at the OS level (at least under UNIX) probably 
trying to access a file (for cration, reading or whatever)

Fermin.

-Mensaje original-
De: Smith, Ron L. [mailto:[EMAIL PROTECTED]
Enviado el: miƩrcoles, 13 de agosto de 2003 19:10
Para: Multiple recipients of list ORACLE-L
Asunto: Semaphore problem


Has anyone ever seen an error like:

ERROR: rbusy(SEMOP) (13; Permission denied)

There is no Oracle error associated with it.

Thanks!
Ron
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Smith, Ron L.
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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.net
-- 
Author: Fermin Bernaus
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).