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

How to execute an Oracle function for each row of an input

Hi all.
Here's what I need to do:
For each row of an input, I need to execute a stored Oracle Function (using the values in the input row as parameters), and get the value this function returns.
I've looked into the component tFlowToIterate, but I don't really know if its the way to go, and would need more info on how to use it.
Thanks.
Simnolourson
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello
Just a main row can pass each input parameter to tOracleSp and execute the function. eg:
tFileInputDelimited--main-->tOracleSP-->tLogRow
Best regards
shong
Anonymous
Not applicable
Author

Thanks Shong, I successfully implemented this solution, however it appears it is not nearly efficient enough. (Due to the response time of the Oracle function, not because of Talend Limitations)
Thanks anyways for the great help!
Simonlourson