Hi all,
ODI...: 12.2.1.1.0
Simple scenario: One source table to one target table
I am trying to test the CDC feature of ODI, but i am getting stuck at the final step... the replication of DML itself. Here is what i have done so far:
1) Imported the "JKM Oracle Simple" to my project
2) At my source model, section "Journaling", i've checked the "Simple" option at "Journaling Mode" and selected the "JKM Oracle Simple.MYPROJECT" from the Knowledge Module combobox
3) Added my source table to the CDC ("Add to CDC" and "Start Journal" options). After that, my source datastore shows a small green icon
4) At my mapping, at the source table, Physical Tab, checked the option "Journalized Data Only"
5) Do some DML at the source table and check "Journal Data"... the new lines appear correctly
6) After all of this, i run my mapping... it runs without any errors, but my target table don't get the new lines... just the old ones, before the CDC configuration
What am i doing wrong? Probably i forgot a basic/simple step. Please, any help will be appreciated.