SQL Scripting a Slowly Changing Dimension
Christian Screen | | August 29, 2011

Traditionally a slowly changing dimension (SCD) is created via some ETL tool, whether it be SSIS, OWB, ODI, or Informatica. The concept is fairly straightforward – capture important business changes to the metadata for each records within the dimension. For example, A Sales Rep dimension may have a rep’s name, region of sales responsibility, etc. If the rep’s sales region changes at any point in time, it may be important to the business and their analytics to capture when the point-in-time when this change occurs so that analytics can slearly show sales for the rep when s/he was in new region vs the previous region as well as both regions together. This can only be accomplished correctly using a SCD. This post doesn’t go into more detail about the different types of SCD. For that you can clearly check out the concepts exacerbated by Inmon or Kimball, etc.
Recently an opportunity came up to develop a SCD for an ETL process was solely written in PL/SQL. Without using some of the industry ETL tool that I mentioned above this can pose a significant challenge to most. After some Google searching I found only a handful of articles and blog posts that have even remotely broached this technical topic.
References:
Subscribe to Our Blog
Never miss a post! Stay up to date with the latest database, application and analytics tips and news. Delivered in a handy bi-weekly update straight to your inbox. You can unsubscribe at any time.
Popular Posts
Art of BI: BI Publisher (BIP) Quick Guide and Tips
Read our blog post on how to take over production support of BI Publisher reports.
How to Index a Fact Table – A Best Practice
At the base of any good BI project is a solid data warehouse or data mart.
Art of BI: How to Add Comments in Oracle BI (OBIEE)
Ultimately the goal of commentary in OBIEE is to have a system for persisting feedback, creating a call to action, and recognizing the prolific users.