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 call stored Procedure /Function from Talend job ?

In Talend Job how to call stored Procedure or Function ?
Labels (2)
5 Replies
vapukov
Master II
Master II

You can use special component for this tSP - change for proper, as example - https://help.talend.com/search/all?query=tOracleSP&content-lang=en
or as usual - from SQL command
Anonymous
Not applicable
Author

Thank you very much. The link for document is very helpful -- Thanks again
Anonymous
Not applicable
Author

Thank you very much vapukov, Unfortunately, we are using Postgress sql as our db-- Is there any documentation or any other way we can call Functions /SP from Postgress SQL db ?-- Thanks In advance
vapukov
Master II
Master II

Thank you very much vapukov, Unfortunately, we are using Postgress sql as our db-- Is there any documentation or any other way we can call Functions /SP from Postgress SQL db ?-- Thanks In advance

You can use tPostgresqlRow for call any SQL code, do it same as PostgreSQL console - plain SQL code
Anonymous
Not applicable
Author

So you are saying Past Function in Query area of tPostgresqlROW_1 ?