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

How to Pass Parameters to Store Procedure in tOracleSP in Talend.

How to Pass Parameters to Store Procedure in tOracleSP. Please explain in detail.

 

Thanks,

Jagadesh

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

For your job requirement, you can use a tFixedFlowInput component to generate a fixed data flow and then pass the values of input parameters to the stored procedure.

The work flow should be: tfixedflow-->tOracleSp-->output.

Please take a look at this online document about:TalendHelpCenter:Calling a stored procedure or function.

Best regards

Sabrina

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Hello,

For your job requirement, you can use a tFixedFlowInput component to generate a fixed data flow and then pass the values of input parameters to the stored procedure.

The work flow should be: tfixedflow-->tOracleSp-->output.

Please take a look at this online document about:TalendHelpCenter:Calling a stored procedure or function.

Best regards

Sabrina