Explore >> Select a destination


You are here

jonathanlewis.wordpress.com
| | www.bobbydurrettdba.com
4.0 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...
| | hourim.wordpress.com
3.0 parsecs away

Travel
| | The last Jonathan Lewis post on RAC Planswhich finished by the following phrases: "If you're going to hard-code hints into a query then take a look at the outline it generates when it does the right thing, and that will tell you about the 15 or so hints you've missed out. (Better still, consider generating...
| | dioncho.wordpress.com
3.7 parsecs away

Travel
| | One of my colleagues sent following test case, of which he couldn't control the join order with hints. 1. Create objects - table t1, t2 and t3 2. Now Let's set the join order as T1->T2->T3, using global hints convention. But it seems that Oracle does not work as expected. It really seems that the...
| | oracletoday.blogspot.com
15.9 parsecs away

Travel
| I have been having some performance problems when using autotrace in some production systems. I finally had time to check out why. I enabled...