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-

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

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

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

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.