Dylan's BI Study Notes

My notes about Business Intelligence, Data Warehousing, OLAP, and Master Data Management

Archive for the ‘SCD’ Category

How does Oracle BI Enterprise Edition support Slowly Changing Dimensions (SCDs)?

Posted by Dylan Wan on January 15, 2007

You need to handle the SCD in your data warehouse schema design. The technique you use will probably affect your ETL process startegy. It will also affect how the BI tool querying your data.

OBIEE is not a ETL tool. It provides the tool, DAC – Data Warehouse Administation Console for managing and monitoring the ETL processes, but its focus is really on the logical data modeling and data access. You need to define how a fact table and a dimension table are joined in OBIEE. Read the rest of this entry »

Posted in BI, Business Intelligence, Data Warehouse, ETL, OBIEE, OLAP, Oracle, SCD | Leave a Comment »

How to handle Slowly Changing Dimensions (SCDs) in data model design?

Posted by Dylan Wan on January 13, 2007

There are multiple methods to handle the slowly changing dimensions. Which technique to use depends on your business requirements. The choice among these three methods are not a technical design decision since their behaviors are different.

Type One: Overwite the old data with new data

Using this method, you do not store the histoy. For example, that say each customer can Read the rest of this entry »

Posted in BI, Data Warehouse, OBIEE, Oracle BI Suite EE, SCD, Siebel Analytics | 1 Comment »

What are slowly changing dimensions?

Posted by Dylan Wan on January 11, 2007

Slowly changing dimensions are used to describe the date effectivity of the data. It describe the dimensions whose attribute value vary over time.

This term is commonly used in the Data Warehousing world. However, the problem exists in the OLTP, relational data modeling as well.

Example:

The sales representative assigned to a customer may change over time. Linda was the salesrep for ABC, inc. before March last year. Kathy later becomes the representative for this account.

You may want to track the data “as is”, “as was”, or both. If you show the year total sales, you can either report as the sales are all generated by Kathy, or actually break the number down between Linda and Kathy.

Posted in BI, Business Intelligence, Data Warehouse, SCD | Leave a Comment »