Explain plan [message #632329] |
Thu, 29 January 2015 02:07 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/5fa24da907cc582bd8f5a89acc1496d8?s=64&d=mm&r=g) |
hdba
Messages: 16 Registered: January 2015 Location: INDIA
|
Junior Member |
|
|
Using explain plan how to check performance of query
can you give any good example.
i tried but get confused
|
|
|
Re: Explain plan [message #632330 is a reply to message #632329] |
Thu, 29 January 2015 02:18 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
John Watson
Messages: 8964 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Perhaps posting the query, the plan, all other relevant details, and saying what it is that you find confusing would be a good start.
|
|
|
Re: Explain plan [message #632331 is a reply to message #632329] |
Thu, 29 January 2015 02:18 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Roachcoach
Messages: 1576 Registered: May 2010 Location: UK
|
Senior Member |
|
|
Not really, because you can't check performance based on that.
Query performance come down to one thing - acceptable resource consumption and those resources are: time, IO, memory and CPU cycles.
Most often end users complain about time - if that is the case then you need work out where it is spending its time and fix that. If we are to assist, please post the data in the sticky at the top of this forum. Explain plan alone isn't going to give you this information.
|
|
|
|
|
|
|
|
|
|
|