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

Thread: Explain Plan

  1. #1
    Join Date
    Sep 2004
    Posts
    5

    Unhappy Explain Plan

    Hi
    Will Explain plan take same amount of time to run,if it is running for a query where this query is taking 94 min to execute.

    please give me details about it.

    regards
    preetham

  2. #2
    Join Date
    Jan 2003
    Location
    Hull, UK
    Posts
    220
    Hi

    U can use explain plan just to generate the path which the optimizer will take if u run the query.

    So u r not actually running the query but determining the path.


    Srini

  3. #3
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    In sqlplus u can do

    set autotrace trace only

    and tryu running the query to get just the query plan minus the results

    regards
    Hrishy

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