Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What are the privileges required for explain plan in Oracle 11g database

975148Nov 19 2013 — edited Dec 4 2013

I am facing the problem in doing a explain plan for a view in Oracle 11g database. When I select from the view like this:

select * from zonewisearpu

It does a select on the view but when I give explain plan like

explain plan for

select * from zonewisearpu

I get the error like insufficient privileges.

Please let me know if things are getting missed out as I guess system level privileges are required to execute this.

I hope, my question is clear.


It’s a humble request to revert urgently if possible as I need to complete a task and do not know the way out.


Regards

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 1 2014
Added on Nov 19 2013
11 comments
3,882 views