How to recreate statistics to whole schema? [message #259826] |
Thu, 16 August 2007 11:15 |
mson77
Messages: 208 Registered: August 2007 Location: Brazil
|
Senior Member |
|
|
Hello ALL,
Is there a way to ask oracle to delete the current statistics information and create new set of statistics information to a particular schema?
Thank you.
mson77
|
|
|
|
|
Re: How to recreate statistics to whole schema? [message #259841 is a reply to message #259830] |
Thu, 16 August 2007 11:49 |
mson77
Messages: 208 Registered: August 2007 Location: Brazil
|
Senior Member |
|
|
Hello ALL,
Let me ask of your experience/knowledge:
- If I delete statistics from some schema (or all schemas) and recreate the corresponding statistics... how about the chances (%) to have overall performance improved?
- Is there a possibility to have the performance improved after this action?
- In which case it may apply?
Thank you.
mson77
|
|
|
|
|
|
|
|
|
|
Re: How to recreate statistics to whole schema? [message #259872 is a reply to message #259865] |
Thu, 16 August 2007 13:31 |
mson77
Messages: 208 Registered: August 2007 Location: Brazil
|
Senior Member |
|
|
Hello Michel,
Thank you!
Now I realize... you are 101% right: application/database/hardware in this priority sequence. If application is not tuned (poor)... there is no database neither hardware that will handle such mess.
Now I am faced with the real and bitter world.
Is there a way to break down a big sql statement into many other smaller... to ease reach some good result?
I have a poor sql statement that generates many full table scan... and I have no idea how to deal with it. Also... let's say I have a guess... to correct this sql... I don't know how to apply this guess to the execution plan.
Thank you,
mson77
|
|
|