标题: ORA-24237: object id argument passed to DBMS_UTILITY [打印本页] 作者: admin 时间: 2016-9-1 14:26 标题: ORA-24237: object id argument passed to DBMS_UTILITY ORA-24237: object id argument passed to DBMS_UTILITY.INVALIDATE is not legal Cause: This error occurredbecause 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 sufficientprivileges
to invalidate the object. Action: Correct the illegalargument.