Oracle DBA, How To, Error, Cause and Action

ORA-02344: cannot revoke execute on a type with table dependents

ORA-02344: cannot revoke execute on a type with table dependents


Cause:


An attempt was made to revoke execute on a type that has dependents.



Action:


Drop all table(s) depending on the type, then retry the operation, or use the FORCE option.

No comments:

Post a Comment

Thanks for your comment.