Oracle DBA, How To, Error, Cause and Action

ORA-02401: cannot EXPLAIN view owned by another user

ORA-02401: cannot EXPLAIN view owned by another user


Cause:


The view specified in the SQL statement belongs to another user and cannot be explained.



Action:


Create a view with the same definition that belongs to current user.

No comments:

Post a Comment

Thanks for your comment.