Star Transformation
No, it's not what happens to participants in American Idol, it involves warehouse work. One of the key concept's of Oracle data warehousing SQL is star transformation. Read some of the details over at Jonathan Lewis' Oracle Scratchpad blog (as with most things involving the optimizer, things get a bit complex): Star Transformation.
Also in the realm of data warehousing is this item on OWB 11gR2 – XML at the Oracle Warehouse Builder (OWB) Weblog
OEM
Oracle offers a variety of webcasts every week on OEM. Here's a link to the latest: Increase the ROI of Your SOA Infrastructure with Oracle Enterprise Manager 11g.
Hyperion
Now that 11.1.2.1 is out people are starting to work with it and coming up with great postings like this Planning 11.1.2.1 - Exporting metadata over at the More to life than this... blog.
RDBMS
Need to impress people at a cocktail party? Discourse on delayed block cleanout. But don't dwell on it a lot or you'll lose the crowd. You can research it at the Oracle related stuff blog: Delayed Block Cleanout / ORA-01555.
PL/SQL
Some coding knowledge for PL/SQL users over at Andrejus Baranovskis's Blog: Invoking Stored Procedures and Functions with Named Variable Parameters.
Lifetime Support for Sun
Soporific but useful, the official word on Oracle's Lifetime Support for Oracle Sun System Products.
WLS
Some useful items on WLS security. This one from Oracle Fusion Middleware Security on SSL offloading and WebLogic server.
And from Middleware magic: Securing the WebLogic Server .
Sequences vs. Sequence Tables
Those of us who have been working with Oracle for some time know that there are sometimes transaction systems that absolutely, positively, have to keep assigned sequences in order and without dropping numbers out. That can be difficult with Oracle sequences. But if you use a sequence table you build yourself you are blown into the dangerous waters of very high volumes of commits and a potential I/O hotspot on the table. So what do you do? I did some preliminary research on just that this week for a client and wanted to pass along pointers to the discussions I found of the most interest:
Old, but from the grand master, Tom Kyte:
A newer discussion involving and recommending Streams on the picture:
A related discussion from Charles Hooper, an Oak Table performance guru:
The most interesting link I've found so far:
No comments:
Post a Comment