<?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 How to pass a cursor to an Oracle Procedure in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-cursor-to-an-Oracle-Procedure/m-p/2314604#M85355</link>
    <description>Hello,
&lt;BR /&gt; I need to pass a cursor containing data from a database to an Oracle Stored Procedure that is on another dabatase.
&lt;BR /&gt; Here are the steps I need to execute :
&lt;BR /&gt; 1) Extract data from database A and put it in a cursor
&lt;BR /&gt; 2) Call a Stored Procedure that is on another database and pass the cursor that contains data from database A to this procedure.
&lt;BR /&gt; 3) After execution of the Stored Proc, I need to retrieve the cursor that was passed to the Stored Proc as it now contains new information coming from database B where the Stored Proc has been executed.
&lt;BR /&gt; 4) Read the data that is now into the cursor coming back from Stored Proc and perform some operations with the returning data.
&lt;BR /&gt; Is it something possible with Talend ? If yes, is it possible to get some explanation as I can not find anything on Internet.
&lt;BR /&gt; I'm using Talend Enterprise Data Integration Team Edition 5.0.1
&lt;BR /&gt;Thank's
&lt;BR /&gt;Pascal Beaudoin
&lt;BR /&gt;Devinfo Services Conseils</description>
    <pubDate>Fri, 03 May 2013 17:14:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-05-03T17:14:47Z</dc:date>
    <item>
      <title>How to pass a cursor to an Oracle Procedure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-cursor-to-an-Oracle-Procedure/m-p/2314604#M85355</link>
      <description>Hello,
&lt;BR /&gt; I need to pass a cursor containing data from a database to an Oracle Stored Procedure that is on another dabatase.
&lt;BR /&gt; Here are the steps I need to execute :
&lt;BR /&gt; 1) Extract data from database A and put it in a cursor
&lt;BR /&gt; 2) Call a Stored Procedure that is on another database and pass the cursor that contains data from database A to this procedure.
&lt;BR /&gt; 3) After execution of the Stored Proc, I need to retrieve the cursor that was passed to the Stored Proc as it now contains new information coming from database B where the Stored Proc has been executed.
&lt;BR /&gt; 4) Read the data that is now into the cursor coming back from Stored Proc and perform some operations with the returning data.
&lt;BR /&gt; Is it something possible with Talend ? If yes, is it possible to get some explanation as I can not find anything on Internet.
&lt;BR /&gt; I'm using Talend Enterprise Data Integration Team Edition 5.0.1
&lt;BR /&gt;Thank's
&lt;BR /&gt;Pascal Beaudoin
&lt;BR /&gt;Devinfo Services Conseils</description>
      <pubDate>Fri, 03 May 2013 17:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-cursor-to-an-Oracle-Procedure/m-p/2314604#M85355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-03T17:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a cursor to an Oracle Procedure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-cursor-to-an-Oracle-Procedure/m-p/2314605#M85356</link>
      <description>You cannot pass a cursor from one database to another database. How do you thing should this work? 
&lt;BR /&gt;You can get data from a cursor in Talend into the memory and set the values as parameters for a call of an stored procedure in another database. 
&lt;BR /&gt;Your scenario is not possible as far as I know.</description>
      <pubDate>Fri, 03 May 2013 23:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-a-cursor-to-an-Oracle-Procedure/m-p/2314605#M85356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-03T23:48:53Z</dc:date>
    </item>
  </channel>
</rss>

