Quantcast
Channel: Questions in topic: "ssis"
Viewing all articles
Browse latest Browse all 813

SSIS OLEDB COMMAND

$
0
0
Team, help me resolve the below issue please: Basic requirement is to update records in oracle table by comparing the records in SQL database table. If the records are present in both the oracle table and SQL table, the records need to be updated. I am creating a Data flow task with a merge join from SQL table & Oracle table as source. The output is then passed to data conversion task to handle the UNICODE conversion. This is then passed to OLEDB command Transformation (Connected to Oracle instance).This acts as destination. The update statement is something like : UPDATE TABLE_1 SET COL2 = ? WHERE KEY_COL = ? . I have verified that the column mappings are proper for these. The issue here is that when I execute the package, it executes successfully with out any warnings, errors. But, when I check the data in the Oracle table, the records are not updated ! any idea on how to resolve this ???

Viewing all articles
Browse latest Browse all 813

Trending Articles