Execution plan

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jeabjeab
    New Member
    • Feb 2008
    • 1

    Execution plan

    How to create execution plan of oracle10g in tree form ?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    What do you mean by in tree form ?

    If you want to display execution plan in sql*plus then

    1.you must have the PLAN_TABLE in your schema
    2.set the autotrace to on.
    3.PLUS Trace role must be enabled

    Comment

    Working...