|
-
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
-
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
-
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|