Create Source Table: Create Target Table
Create Source Table: Create Target Table
While implementing to SCD2 ,you can see 7 slowly changing dimension Behavior.
Those are following things.
Do the normal mapping in interface. Don’t forget to select the key column that is
EMPNO 😀 .For last three column put
START_DATE= sysdate
END_DATE= to_date(‘29990101’, ‘YYYYMMDD’)
CURRENT_FLAG= 0 (0:old record, 1: Latest record)
Now open your target datastore and proceed as given in below screenshots. Select the
OLAP type as Slowly Changing Dimension.
Then expand your datastore to get all columns. Open required column one by one and
do the changes as given in below screenshots.
Next save everything and select IKM Oracle Slowly Changing Dimension in the flow
tab. Similarly CKM Oracle in the control tab.