Oracle Solution for Error ora-02401

Solution for Oracle Error ORA-02401

ORA-02401: cannot EXPLAIN view owned by another user

What triggered the Error:

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

What should we do to fix it:

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