oracle CDC table mapping
How can I map the CDC value into my target table?
CDC table have two columns OPERATION$ (with the type of DML as Insert or Update) and TIMESTAMP$ (with the sequence of operation for the same record)
There is an OWB automatic mechanism or a OWB trasformation built-in that map CDC value into a target table?
thanks