I am trying to get explain plan for a view using below query
explain plan for select * from SCHEMA1.VIEW1;
But i'm getting
Error report -
SQL Error: ORA-01039: insufficient privileges on underlying objects of the view
01039. 00000 - "insufficient privileges on underlying objects of the view"
*Cause: Attempting to explain plan on other people's view without
the necessary privileges on the underlying objects of the view.
*Action: Get necessary privileges or do not perform the offending operation.
Need help in getting SQL grant statement