Hello my client was attempting to drop an invalid procedure but when he did that as the owner of the procedure
he got this ORA-00600: internal error code, arguments: [4882], [104778064], [72136508], [104715400], [], [],
[], [].
some kind of dead lock. We attempted to drop the procedure using system and received same error. I feel that that procedure is somehow locked. I tried killing the session of that user but it didnt release the locks nor did it rollback anthing.
Check dba_ddl_locks to see if anybody else has that object locked. In general, ORA-600 messsages indicate a bug with oracle and should be reported to Oracle Support.
Bookmarks