Entries from The Data Warehouse Insider tagged with 'ETL'

A follow up on "why does ETL take so long"

I got this comment from Oliver on the ETL posting: "in my opinion coding or modelling the etl-process is not the most time consuming part of building a data warehouse. The most time is spent on consolidating the dimensions and...

Why does it take forever to build ETL processes?

One of the discussion topics at ODTUG was whether or not ETL (or better data integration) still makes up 70% of the DW development time. At that session my answer was YES. For some more context take a quick look...

Unloading data using External Table and Data Pump

Just for being complete and to update people on a minor detail, here is a quick example of a data pump driven External Table. SQL> CREATE TABLE EMP_50 2 ORGANIZATION EXTERNAL 3 ( TYPE oracle_datapump 4 DEFAULT DIRECTORY dmp_dir 5...

More on Total Recall for the DW - Use "AS OF" to publish data

After writing the post on the ETL part I was talking to folks over here and we discussed some other interesting aspects of using time windows and "AS OF" query patterns with ETL like scenarios. The scenario goes a little...

Total Recall for Data Warehousing

First of all, this is not a recall notice for your data warehouse...! This is one of those cool features that come with Oracle 11g that I think is usable in a different context (e.g. Data Warehousing). The first thing...

Oracle Releases Industry Data Models

There is a lot of interesting news coming out of Oracle these days... And while the sun is shining here in California there are interesting things going on. We just made the first in a series of industry data models...

New External Table Functionality - PreProcessing and Data Pump

I'm not sure everyone is aware of the fact that you can use external tables these days to work with data pump export files. You can read in data using an external table, or you can unload data. For more...