DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Explain plan question

  1. #1
    Join Date
    Mar 2000
    Posts
    39
    Hi there, I have been away from Oracle for a while and so I have forgotten some things. I remember that there was a command that would show the query execution plan for each query. It was set for a user and after it was set, every query by the user would show the execution plan. Could you kindly tell me what that command is? Thank you.
    Thanks,
    Afshin.

  2. #2
    Join Date
    Apr 2001
    Posts
    14
    If you have Plan table created in the Schema,

    Use This

    Set Autot On

    This will help

    Thanks..

  3. #3
    Join Date
    Oct 2000
    Location
    Dallas:TX:USA
    Posts
    407
    set autotrace on;

    Rajeev Suri

  4. #4
    Join Date
    Mar 2000
    Posts
    39
    Thanks you very much guys
    Thanks,
    Afshin.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width