Aug 3, 2004 #1 fmsousa IS-IT--Management Joined Nov 24, 2000 Messages 28 Location PT Hi there! I cannot drop a procedure. I think there is a problem with data dictionary and this object (procedure). Can u tell me if there is any package that drop procedures that cannot been dropped normaly? Thanks in advance, Fernando Sousa
Hi there! I cannot drop a procedure. I think there is a problem with data dictionary and this object (procedure). Can u tell me if there is any package that drop procedures that cannot been dropped normaly? Thanks in advance, Fernando Sousa
Aug 3, 2004 #2 carp MIS Joined Sep 16, 1999 Messages 2,622 Location US How are you trying to drop the procedure and what error are you getting? Upvote 0 Downvote
Aug 3, 2004 Thread starter #3 fmsousa IS-IT--Management Joined Nov 24, 2000 Messages 28 Location PT with: drop procedure proc_XXXX; i don´t receive any error, but i wait more than 15 minutes and nothing... (time out) Upvote 0 Downvote
with: drop procedure proc_XXXX; i don´t receive any error, but i wait more than 15 minutes and nothing... (time out)
Aug 3, 2004 #4 sem Programmer Joined Jun 3, 2000 Messages 4,709 Location UA It may be locked by another session (is executed currently). Just wait or explore v$open_cursor to find a session and kill it. Regards, Dima http://seminihin.narod.ru Upvote 0 Downvote
It may be locked by another session (is executed currently). Just wait or explore v$open_cursor to find a session and kill it. Regards, Dima http://seminihin.narod.ru