Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Semaphore problem
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:rlsmith_at_kmg.com]
> 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: rlsmith_at_kmg.com
>
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: sfaroult_at_oriole.com 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: 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).Received on Wed Aug 13 2003 - 17:19:23 CDT
![]() |
![]() |