/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

kerryosborne.oracle-guy.com
| | iggyfernandez.wordpress.com
5.7 parsecs away

Travel
| | Dear NoCOUG members and friends, The golden rule of not tuning SQL is "operate with as little information as possible." Not only will this increase your chances of failure but it will make it difficult for others to help you. Every exercise in problem solving - no matter how little - has exactly six stages:...
| | optimizermagic.blogspot.com
5.6 parsecs away

Travel
| | This blog post has moved to http://blogs.oracle.com/optimizer/entry/update_on_adaptive_cursor_sharing
| | alexzeng.wordpress.com
7.8 parsecs away

Travel
| | Outline is the oldest way to fix SQL plan. It based on hints like use_nl etc. It's a road map. It still can be used in 11.2 although oracle said it's deprecated. Finally, it is free. SQL profile is trying to impact CBO by adding cost estimation hints. You need pay extra money to use...
| | www.bobbydurrettdba.com
24.5 parsecs away

Travel
| We have been discussing query tuning at work and I've come back to an example of the Oracle optimizer choosing the wrong plan due to an error in its calculation of the number of rows returned...