Explore >> Select a destination


You are here

kerryosborne.oracle-guy.com
| | danischnider.wordpress.com
17.1 parsecs away

Travel
| | Oracle Autonomous Data Warehouse Cloud does not allow to create indexes. Is this a problem for star schemas because no Star Transformation can be used? Or are the required bitmap indexes automatically created? A look under the hood of ADWC.A typical recommendation for star schemas in an Oracle database is to create a bitmap index...
| | blog.tanelpoder.com
9.8 parsecs away

Travel
| | Despite the title, this is actually a technical postabout Oracle, disk I/O and Exadata & Oracle In-Memory Database Optionperformance. Read on :) If a car dealertells you that this fancy new car on display goes 10 times (or 100 or 1000) faster than any of your previous ones, then either the salesman is lying or this new car is doing something radically differentfrom all the old ones. You don't just get orders of magnitude performance improvements by making small changes. Perhaps the car bends space around...
| | hourim.wordpress.com
11.1 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...
| | savvinov.com
72.0 parsecs away

Travel
| In this post, I continue on the topic of examining SQL plans. I will talk about one DBMS_XPLAN function, DISPLAY_CURSOR (because it's probably the most useful one when troubleshooting ongoing performance issues, and also because other functions have a lot of similiarity to it). I will discuss frequently used options and some common problems. Preparation...