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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
mobmsc2
Creator
Creator

Does DBSCD components require a commit ?

When carrying out ELT and using the tDBSCD to handle slowly changing dimensions do I need a separate commit the open connection or is there a way to confirm the component to handle commit as needed?

Labels (3)
1 Reply
Anonymous
Not applicable

Hello,

If I understand your requirement very well, are you use the “commit N” capability (setting a commit interval) when you use the Talend DB ELT components? If so, this capability is not there in the ELT components.

You could write a custom PL/SQL script as a SQL pattern the has a cursor and does commit after x number of rows. In general ELT script don't use commit point, because you ROLLBACK operation in case of Error.

Best regards

Sabrina