Monday, October 25, 2021

ODI 12C - CDC implementation using JKM

Here, we will see how to capture changed data(New inserted data and update data) using JKM and send the data to Target.

Implementation steps:

Step1: import JKM 


Step2: model -- Journalizing -- select Journalizing mode . Here choosing Simple and select KM.


Step3: Open Datastore and constraints -- create primary key as empno.


Step4: EMP datastore -- CDC -- Subscriber -- subscribe. Add one subscriber.


Step5: Add to CDC


Step6: Start Journal ans select subscriber.



Step7: you can check that Subscribers will be created and J$ and JV$ tables.






Step8:
add emp table in the journalized table.

Step9:
do the mapping Nd select subscriber in the logical Journalizing section

Step10:
Add LKM and IKM and flow control as false.



Step11:
select source unit and check the option Journalized Data only.


No comments:

Post a Comment

Featured Post

OIC – ERP Event Subscriber Adapter Error: java.io.IOException: Error retrieving access token

Overview While configuring the Oracle ERP Event Subscriber Adapter in OIC, an error occurred when opening the adapter configuration page. Ob...