Database Administration (MOSC)

MOSC Banner

Dropping a procedure hangs

edited Jun 15, 2017 6:34AM in Database Administration (MOSC) 3 commentsAnswered ✓

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center