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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tDBOutput1(Oracle) doesn't appear to commit

Hello everyone,

 

I'm new to Talend and looking for some help.  I'm trying to commit changes from a CSV file to an Oracle table.  Everything appears to run fine, and the first time it ran successfully I was able to see changes in the table albeit only partly.  However, since the first time the rejects CSV file is getting created, but there are no changes in the table.  After some research I think it's an issue with the commit.  I'm not sure where to go from here.

 

Thanks!

Labels (3)
5 Replies
Anonymous
Not applicable
Author

Hi
What is the action on data selected on tOracleOutput? You run the job several time to read the same input data?

Regards
Shong
Anonymous
Not applicable
Author

Hi Shong,

Yes. It is supposed to be a one time transaction for school purposes. The CSV data from columns are to be loaded to an oracle database table. I was able to remove the rows which were inserted to the table on the first try, but now when I run the job it just stays on Connected status.

Thanks again
Anonymous
Not applicable
Author

It seems the DB connection hangs all the time and the job does not exit. How many columns on the schema? Which option selected in Action on data list on tOracleOutput?
Anonymous
Not applicable
Author

9 columns in schema

 

Action on Table: Default

Action on Data: Insert

Anonymous
Not applicable
Author

@shong The issue was with the commit.  When I ran commit command in Oracle SQL Developer, and then ran the job in Talend, it started working fine every time.  Is there a way to force commit within Talend?  Thank your for the guidance.