<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Run a Oracle Stored Procedure in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356977#M122384</link>
    <description>Hi javix 
&lt;BR /&gt;You can use several tOracleSP components to call each stored procedure, and tXMLMap component allows multiple input component. For example: 
&lt;BR /&gt;tOracleSP--main--tXMLMap--main---tLogRow 
&lt;BR /&gt; | 
&lt;BR /&gt; lookup 
&lt;BR /&gt; | 
&lt;BR /&gt; tOracleSP 
&lt;BR /&gt;I don't understand your problem well, please explain it a bit more. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Shong</description>
    <pubDate>Thu, 20 Jun 2013 15:17:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-06-20T15:17:06Z</dc:date>
    <item>
      <title>How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356971#M122378</link>
      <description>Hi , 
&lt;BR /&gt;I have created a stored procedure in oracle which has two parameters.Normally when we run in oracle it will ask the parameter values and when we enter the values it will generate the data in corresponding table with respective to the parameter values. 
&lt;BR /&gt;Same way i want to run the Oracle Stored procedure in Talend by passing two parameters. 
&lt;BR /&gt;Please Suggest me which transformations should i use.Some one explain me step by step as am very new to Talend. 
&lt;BR /&gt;Please help me out as soon as possible. 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Praveen Kumar</description>
      <pubDate>Sat, 16 Nov 2024 12:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356971#M122378</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356972#M122379</link>
      <description>Hi 
&lt;BR /&gt;Using a input component to pass the parameters to SP if it requires. For example: 
&lt;BR /&gt;tFixedFlowInput--main--tOracleSP 
&lt;BR /&gt;on tFixedFlowInput, define the schema and set the value. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 23 Sep 2011 06:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356972#M122379</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-23T06:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356973#M122380</link>
      <description>Hi SHong,
&lt;BR /&gt;Can u Please explain this with screenshots...am trying this for so long time.
&lt;BR /&gt;Please help me out..
&lt;BR /&gt;
&lt;BR /&gt;Thanks in Advance.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Praveen</description>
      <pubDate>Mon, 03 Oct 2011 13:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356973#M122380</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-10-03T13:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356974#M122381</link>
      <description>I am waiting for Reply..SHong can u help me out??
&lt;BR /&gt;Pleaseeeeeeeeee</description>
      <pubDate>Thu, 20 Oct 2011 09:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356974#M122381</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-10-20T09:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356975#M122382</link>
      <description>Shong's description schould be enough:
&lt;BR /&gt;tOracleConnection - will create connection
&lt;BR /&gt;--onSubjobOK--
&lt;BR /&gt;tFixedFlowInput - will initialize variable for stored procedure
&lt;BR /&gt;--main--
&lt;BR /&gt;tOracleSP - execute oracle stored procedure
&lt;BR /&gt;Using these 3 components you are able to call oracle stored procedure.
&lt;BR /&gt;If you are not able to get it working, you schould first go trough initial tutorials and help...</description>
      <pubDate>Sun, 04 Dec 2011 20:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356975#M122382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-04T20:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356976#M122383</link>
      <description>Hi, 
&lt;BR /&gt;I was able to execute an stored procedure, but when I try to execute two or more I had problems.
&lt;BR /&gt;I want to fill an tXMLMAP, the data is from database (I had to call some store procedures to fill this component).
&lt;BR /&gt;any idea? 
&lt;BR /&gt;thanks a lot.</description>
      <pubDate>Thu, 20 Jun 2013 15:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356976#M122383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-20T15:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356977#M122384</link>
      <description>Hi javix 
&lt;BR /&gt;You can use several tOracleSP components to call each stored procedure, and tXMLMap component allows multiple input component. For example: 
&lt;BR /&gt;tOracleSP--main--tXMLMap--main---tLogRow 
&lt;BR /&gt; | 
&lt;BR /&gt; lookup 
&lt;BR /&gt; | 
&lt;BR /&gt; tOracleSP 
&lt;BR /&gt;I don't understand your problem well, please explain it a bit more. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 20 Jun 2013 15:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356977#M122384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-20T15:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356978#M122385</link>
      <description>Hi Shong, 
&lt;BR /&gt;Thanks a lot for your help 
&lt;BR /&gt;In my Job, I had a tXMLMap as source, this component has the parameters to execute two stored procedures, I was trying to take the stored procedures results to fill the Final XMLMap. 
&lt;BR /&gt;My Job is like the following. 
&lt;BR /&gt; tXMLMap ----&amp;gt; send Parameters-----&amp;gt; tMSSqlSP-- &amp;gt; tParseRecordSet --&amp;gt; tLogRow --- &amp;gt; Final tXMLMap 
&lt;BR /&gt; | | 
&lt;BR /&gt; send Parameters--&amp;gt; tMSSqlSP --&amp;gt; tParseRecordSet --&amp;gt; tLogRow------------------------------- &amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I was reading about tHashInput, but is it a component of the Enterprise version or may I use it in the open source talend? 
&lt;BR /&gt;thanks!</description>
      <pubDate>Thu, 20 Jun 2013 16:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356978#M122385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-20T16:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356979#M122386</link>
      <description>Hi 
&lt;BR /&gt;You are not allowed to create a cycle flow in a job, you can find more explanation and solutions in this KB article: 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=5671105" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=5671105&lt;/A&gt; 
&lt;BR /&gt;tHashInput component is available both in Talend community version and enterprise subscription version, if you don't see it in the palette, open the 
&lt;B&gt;Project Settings&lt;/B&gt; windows, then 
&lt;B&gt;Designer&lt;/B&gt;, 
&lt;B&gt;Palette settings&lt;/B&gt; and active it. 
&lt;BR /&gt;Shong 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDnB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144418i587CE3075B08158B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDnB.png" alt="0683p000009MDnB.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 21 Jun 2013 04:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356979#M122386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-21T04:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356980#M122387</link>
      <description>Thanks a lot, I was able to execute two or more stored procedures with tHashOutput. 
&lt;BR /&gt;But I have a little problem with that. 
&lt;BR /&gt;I create a web service, that web service was assigned to this job, so it has tEsbProviderrequest and tESBProviderResponse. When I tried to connect the tESBProviderRequest to tHashInput1 as onSubjobOk it doesn't work. 
&lt;BR /&gt;Should I to try another way to connect tEsbProviderRequest with that subJob? or how can I call that another proccess in tHashInput_1 and tHashInput_2. (both are linking with tHashoutput_1 and tHashoutput_2 in properties) 
&lt;BR /&gt;I attached image. 
&lt;BR /&gt; 
&lt;A href="https://docs.google.com/file/d/0B8l9JreYNCjAQ1p4M245SmFkdms/edit?usp=sharing" rel="nofollow noopener noreferrer"&gt;https://docs.google.com/file/d/0B8l9JreYNCjAQ1p4M245SmFkdms/edit?usp=sharing&lt;/A&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
      <pubDate>Fri, 21 Jun 2013 15:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356980#M122387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-21T15:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356981#M122388</link>
      <description>Maybe I have to move the last subject about tEsbProvider and subjobs to another post.
&lt;BR /&gt;Thanks a lot for your help!</description>
      <pubDate>Mon, 24 Jun 2013 13:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356981#M122388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-24T13:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356982#M122389</link>
      <description>Hi javix 
&lt;BR /&gt;Using oncomponentOK instead of OnsubjobOK, link it from tHashOutput_2 to tHashInput_1. Please see my screenshot. 
&lt;BR /&gt;Shong 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDuB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155133i74ED7F11958D6373/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDuB.png" alt="0683p000009MDuB.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 28 Jun 2013 10:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356982#M122389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-28T10:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356983#M122390</link>
      <description>Hey SHNG,&lt;BR /&gt;I had a looked at your website and saw that you do a great contribution to open source and Talend.</description>
      <pubDate>Fri, 19 Jul 2013 14:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356983#M122390</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-19T14:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356984#M122391</link>
      <description>I have a question on stored proc: How you guys are creating the stored proc in Talend Studio? Appreciate your help in advance.&lt;BR /&gt;Thanks,&lt;BR /&gt;Ayan</description>
      <pubDate>Tue, 16 Jun 2015 14:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356984#M122391</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-06-16T14:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356985#M122392</link>
      <description>Hi Ayan,
&lt;BR /&gt;For your requirment, could you please refer to KB article about:
&lt;A href="https://help.talend.com/search/all?query=Calling+a+stored+procedure+or+function&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Calling a stored procedure or function&lt;/A&gt;.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 17 Jun 2015 05:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356985#M122392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T05:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356986#M122393</link>
      <description>DECLARE 
&lt;BR /&gt;id number:=10; 
&lt;BR /&gt;name VARCHAR2(20); 
&lt;BR /&gt;BEGIN 
&lt;BR /&gt;PUT_LINE(); ---this is my stored procedure containing one DBMS_OUT.put_line('xyz') only 
&lt;BR /&gt;NAME:=GET_NEXT_LINE(); ---this is function i have used to get values from buffer 
&lt;BR /&gt;DBMSOUTPUT(id,name); --again procedure call i am using it to store return value in my table 
&lt;BR /&gt;END; 
&lt;BR /&gt; 
&lt;BR /&gt;so this is my complete block of code.. 
&lt;BR /&gt;please tell me which component i can use to write it in talend.. 
&lt;BR /&gt;also please tell where can i give (SET SERVEROUTPUT On 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; command in talend before executing my block of code</description>
      <pubDate>Wed, 16 Nov 2016 13:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356986#M122393</guid>
      <dc:creator>YPMAL</dc:creator>
      <dc:date>2016-11-16T13:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a Oracle Stored Procedure in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356987#M122394</link>
      <description>Hi&amp;nbsp;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;yogeshmalekar,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;What's the DB you are using?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;Have you already checked talend&amp;nbsp;tXXXSP component which is used to&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;offers a convenient way to centralize multiple or complex queries in a database and call them easily to see if it works?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 17 Nov 2016 07:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Run-a-Oracle-Stored-Procedure-in-Talend/m-p/2356987#M122394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-17T07:19:27Z</dc:date>
    </item>
  </channel>
</rss>

