aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-24239: object could not be invalidated

ORA-24239: object could not be invalidated
Cause: A call to the DBMS_UTILITY.INVALIDATE routine failed. This error occurred because the object type of the object specified by the p_object_id argument is not one of the types that can be handled by this routine. Alternately, the object was an object type specification with table dependents, or the object was the specification of the STANDARD, DBMS_STANDARD, DBMS_UTILITY package, or the body of the DBMS_UTILITY package.
Action: Call DBMS_UTILITY.INVALIDATE only on supported object types.

请先 登录 后评论

1 个回答

小智
ORA-24239:无法使对象无效,
.原因:对DBMS_UTILITY.INVALIDATE例程的调用失败。发生此错误是因为由p_object_id参数指定的对象的对象类型不是此例程可以处理的类型之一。或者,该对象是具有表依赖关系的对象类型规范,或者该对象是STANDARD,DBMS_STANDARD,DBMS_UTILITY包或DBMS_UTILITY包的主体的规范。,
.操作:仅在支持的对象类型上调用DBMS_UTILITY.INVALIDATE。,
.
请先 登录 后评论