11gR2 : Privileges to display execution plan
Hi ,
I would like to create a user restricted privileges with the possibility to display execution plan for queries.
According to Oracle documentation , this user must also have the privileges necessary to execute the SQL , why ?
I do not want to give additional privileges for this user, especially on applicative tables ...
Any idea ?
Best regards.
GD.
To issue an EXPLAIN
PLAN
statement, you must have
the privileges necessary to insert rows into an existing output table that you
specify to hold the execution plan.
You must also have the privileges necessary to execute the SQL statement for