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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Save point in Talend

can Talend provide save point type mechanism or not?
Labels (2)
17 Replies
Anonymous
Not applicable
Author

it is just a check box on job tab beside the context tab, go there you will see another settings among them click on "extra"-->select "[]multi threading execution" option. 
Not required anything else. it will help you to execute your job using threading. 
Anonymous
Not applicable
Author

but nothing improved in performance by this(Multi Thread Option). 
i use bulk component.Job run without error but noting inserted into database table.
Anonymous
Not applicable
Author

there are two bulk components which one you are using? 
follow the appropriate documentation before using it. 
I recommend you, to use tOracleOutputBulkExec. 
Anonymous
Not applicable
Author

this is the screen short of my job.
  0683p000009MD8s.png
Anonymous
Not applicable
Author

your flow is right, I am suspecting commit is not happing, can you place commit component after bulkExec and check whether it works or not. 
use tOracleOutputBulkExec component. as i told you earlier. 
Anonymous
Not applicable
Author

Commit is already there after Bulc_exe. It is not worked.
Anonymous
Not applicable
Author

check for tOracleOutputBulkExec component in pallet and use that one, but make sure you are running this job on the same machine where sql loader/oracle server installed .
Anonymous
Not applicable
Author

in my machine oracle client is there not server.