Friday 20 April 2012

ORA-24237: object id argument passed to DBMS_UTILITY.INVALIDATE is not legal

ORA-24237: object id argument passed to DBMS_UTILITY.INVALIDATE is not legal

Cause: This error occurred because the p_object_id argument passed to the DBMS_UTILITY.INVALIDATE routine was NULL, there was no object with the specified object id, or the user calling the routine did not have sufficient privileges to invalidate the object.

Action: Correct the illegal argument.

No comments:

Post a Comment