Oracle Error Message
ORA-02401: cannot EXPLAIN view owned by another user
Reason for the Error
The view specified in the SQL statement belongs to another user and cannot be explained.
Solution
Create a view with the same definition that belongs to current user.