Dropping a procedure hangs
I'm working on a database 11.2.0.3
Trying to drop a procedure but it hangs.
drop procedure "OWNER"."PROCEDURE_NAME";
select status from dba_objects where object_name='PROCEDURE_NAME'= INVALID
I checked sql_text from v$sqlarea, v$sql, and I can't find any query running using this object.
No relevant messages in alert file.
Any idea how to solve the problem and drop the procedure?
Thank you