Data Warehouse Application Console (DAC) works together with Informatica to acomplish the ETL for pre-packaged BI applications.
Here are what happen behind the scene:
- DAC publish the changes from OLTP
- Informatica extracts the changes from the change log published by DAC as well as from the base table
- Informatica load the data to the stage tables and the target tables in the data warehouse
- DAC manage the performance by dropping indexes, truncating stage tables, rebuilding the indexes, and analyzing the tables during the process
If you do not use DAC, you have to write your own custom change capture process and need to redesign from scratch an ETL method that allow the restart of the ETL process from point of failure at record level. The biggest saving is that DAC can survive during the upgrade , while your custom processes cannot.
如上一篇文章所述,脱离了DAC之后,很多东西,包括增量、ETL_PROC_WID等都需要自己再做客户化,修修改改的地方比较多。
近期会比较关注BI、DW、informatica方面的内容