Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Lock Deleting
Zephyr schrieb:
> Hi,
>
> my IDE has crashed while debugging a PL/SQL Procedure. After some fixes
> I want to replace the procedure now, but there is a lock on the provedure
> that prevent me from replacing
>
> ORA-04021: timeout occurred while waiting to lock object PRC_AUTOVAL
>
> How can I get rid of the lock?
>
> Thanks
> Patrick
>
>
Probably your old session executing that procedure is alive.You can try to find this session (by querieng v$access), kill it , after that you should be able to recompile or replace the procedure.
Best regards
Maxim Received on Mon Jun 27 2005 - 03:48:34 CDT
![]() |
![]() |