Hello Everyone,
I’m getting a problem in SCD connecting to oracle DB.
I had set the OLE DB Input Output Properties Tab
And mapped the columns in Column Mappings Tab
Every thing is taken care according to Type 2 load
But every time I run the job its inserting the records rather than updating it or ignoring if not find any new or changed records from source.
Can any one help me in sorting this issue.
Please.
From the SCD Component there are three out put links one is Inferred Member Updates Output (connecting to an OLE DB which is updating the target table based on business key), New Output (connected to union all component), &
Historical Attribute Inserts Output (connected to derived column component, OLE DB and union all component)
the problem is in next run the SCD is sending the input records to Historical Attribute Inserts Output pipeline and that is sending the data to destination which in turns inserting the data into target table.
can any one help me in resolving the issue.
this is very critical for my project and I’m not able to resolve it by any ways i had tired out.
my destination table is oracle