<?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 Return record set from tOracleSP in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Return-record-set-from-tOracleSP/m-p/2281317#M55891</link>
    <description>Hi, I am trying to retrieve a record set via the stored procedure rather than a tOracleInput 
&lt;BR /&gt;Here is my sp 
&lt;BR /&gt; PROCEDURE GetLatAndLongs(recordset out SYS_REFCURSOR) 
&lt;BR /&gt; AS 
&lt;BR /&gt; BEGIN 
&lt;BR /&gt; GetLastRunDate('WeatherData', rundate); 
&lt;BR /&gt; UpdateStartTime('WeatherData'); 
&lt;BR /&gt; open recordset FOR 
&lt;BR /&gt; SELECT DISTINCT round(latitude,2), round(longitude,2) 
&lt;BR /&gt; FROM locationhistory 
&lt;BR /&gt; where readingdate &amp;gt;= RUNDATE; 
&lt;BR /&gt; UpdateEndTime('WeatherData'); 
&lt;BR /&gt; END GetLatAndLongs; 
&lt;BR /&gt;I've attached a screen print of how the tOracleSP is set up. 
&lt;BR /&gt;Thanks</description>
    <pubDate>Tue, 28 Aug 2012 14:00:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-08-28T14:00:13Z</dc:date>
    <item>
      <title>Return record set from tOracleSP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Return-record-set-from-tOracleSP/m-p/2281317#M55891</link>
      <description>Hi, I am trying to retrieve a record set via the stored procedure rather than a tOracleInput 
&lt;BR /&gt;Here is my sp 
&lt;BR /&gt; PROCEDURE GetLatAndLongs(recordset out SYS_REFCURSOR) 
&lt;BR /&gt; AS 
&lt;BR /&gt; BEGIN 
&lt;BR /&gt; GetLastRunDate('WeatherData', rundate); 
&lt;BR /&gt; UpdateStartTime('WeatherData'); 
&lt;BR /&gt; open recordset FOR 
&lt;BR /&gt; SELECT DISTINCT round(latitude,2), round(longitude,2) 
&lt;BR /&gt; FROM locationhistory 
&lt;BR /&gt; where readingdate &amp;gt;= RUNDATE; 
&lt;BR /&gt; UpdateEndTime('WeatherData'); 
&lt;BR /&gt; END GetLatAndLongs; 
&lt;BR /&gt;I've attached a screen print of how the tOracleSP is set up. 
&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 28 Aug 2012 14:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Return-record-set-from-tOracleSP/m-p/2281317#M55891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-28T14:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Return record set from tOracleSP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Return-record-set-from-tOracleSP/m-p/2281318#M55892</link>
      <description>Hi 
&lt;BR /&gt;After returning a recordset, you can use a tParseRecordSet component to parse the recordset, here is an example job: 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCq50CAC" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-use-of-tsybasesp/td-p/106446&lt;/A&gt;</description>
      <pubDate>Wed, 29 Aug 2012 13:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Return-record-set-from-tOracleSP/m-p/2281318#M55892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-29T13:03:00Z</dc:date>
    </item>
  </channel>
</rss>

