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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Example of using tOracleSP

Hello,
I need to test the component tOracleSP, using a simple stored procedure:
CREATE OR REPLACE PROCEDURE TESTPRC
(
in_num IN number ,
out_lib OUT varchar2
) IS
lib varchar2(10) := '';
BEGIN
if in_num=1 then lib:='ONE';
elsif in_num=2 then lib:='TWO';
else lib:='OTHER';
end if;
out_lib := lib;
END TESTPRC;
/
Please, someone can show me an example of using tOracleSP, and passing parameters to properly execute the SP?
Thank you in advance.
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Nobody has an example of using tOracleSP? 0683p000009MPcz.png
Anonymous
Not applicable
Author

Hi,
I used in my project and i have taken help from the below link.
It is very useful and explained very nicely.

https://help.talend.com/search/all?query=tOracleSP&content-lang=en