ETL : Tracking changes to data using Materialized View log

Posted by avinash on Stack Overflow See other posts from Stack Overflow or by avinash
Published on 2010-03-08T05:41:47Z Indexed on 2010/03/08 5:51 UTC
Read the original article Hit count: 403

Filed under:
|

I am into designing ETL with source and target database as oracle Standard Edition. For ETL purpose I need to get the changed data everytime.Client does not want any changes to be made in source objects. Is it feasible to create Materialized view log on source database using dblink to track Inser/Update/Delete on the identified tables. Thanks and Regards

© Stack Overflow or respective owner

Related posts about plsql

Related posts about database