Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Priveleges for EXPLAIN PLAN
On Tue, 25 May 1999 10:54:40 +0200, "Allen Worthington"
<wor_at_my-dejanews.com> wrote:
>Can anyone tell a newbie what the *minimum* required privileges are in order
>to be able to execute EXPLAIN PLAN?
I don't believe that you need any special privileges. You probably need SELECT access to the tables that you are querying. You also need a plan table. You will need CREATE TABLE in order to create that.
BTW, to create the plan table on UNIX:
SQL>@$ORACLE_HOME/rdbms/admin/utlxplan
on NT:
SQL>c:/orant/rdbms80/admin/utlxplan
On NT, the exact path may vary depending on whether you have Oracle8, Oracle8i, or Oracle7 installed.
regards,
Jonathan
![]() |
![]() |