Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

scd type2 creation

Hi.. I am working on Talend open studio 4.2.1.
can anybody explain me how to implement SCD type 2 concept in talend without using database SCD components for oracle plz..?
Labels (2)
2 Replies
karthikj18
Contributor III
Contributor III

Hi,
you can use Merge statement in tOracleImput component to implement SCD types logic on the tables.
Merge statement can do update, insert and delete in a single batch of query.
You can implement all types of SCD concepts using this Merge statement.
Refer this page for the Merge statement explanation and exmaples:
http://www.oracle-developer.net/display.php?id=203
Anonymous
Not applicable
Author

Follow the below link,and let me know if you could find anything more ?
https://community.talend.com/t5/Design-and-Development/update-and-insert/td-p/110128