SQL Performance (MOSC)

MOSC Banner

11gR2 : Privileges to display execution plan

edited May 19, 2014 2:36PM in SQL Performance (MOSC) 4 commentsAnswered

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.

EXPLAIN PLAN

Prerequisites

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center