<?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: Which Component to use if the Oracle SQL has Package involved in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Which-Component-to-use-if-the-Oracle-SQL-has-Package-involved/m-p/2220073#M14631</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPO5AAO"&gt;@pabburi&lt;/A&gt;&amp;nbsp;,i believe could be issue at&amp;nbsp;wro.segment1 "resource_service_item" can you change to single quote.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ex:- wro.segment1 'resource_service_item',&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2019 12:04:47 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2019-04-01T12:04:47Z</dc:date>
    <item>
      <title>Which Component to use if the Oracle SQL has Package involved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-Component-to-use-if-the-Oracle-SQL-has-Package-involved/m-p/2220071#M14629</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have a Oracle SQL (includes Packages) ,which component should i&amp;nbsp; use to extract the output from that SQL.&lt;/P&gt; 
&lt;P&gt;When i execute the SQL in SQL developer i can see the output but when&amp;nbsp; i use the same in talend i am getting error (attaching the screen shot).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The component i have used&amp;nbsp; is tDBInput &amp;gt;&amp;gt; tLogrow.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In tDBinput i am using the query.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error_ScreenShot.PNG" style="width: 765px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M44Q.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153117iBA579B022C3FC039/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M44Q.png" alt="0683p000009M44Q.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 11:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-Component-to-use-if-the-Oracle-SQL-has-Package-involved/m-p/2220071#M14629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-01T11:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Which Component to use if the Oracle SQL has Package involved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-Component-to-use-if-the-Oracle-SQL-has-Package-involved/m-p/2220072#M14630</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPO5AAO"&gt;@pabburi&lt;/A&gt;&amp;nbsp;,tOracleDBInput is component to read by using a sql.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 12:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-Component-to-use-if-the-Oracle-SQL-has-Package-involved/m-p/2220072#M14630</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-04-01T12:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Which Component to use if the Oracle SQL has Package involved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-Component-to-use-if-the-Oracle-SQL-has-Package-involved/m-p/2220073#M14631</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPO5AAO"&gt;@pabburi&lt;/A&gt;&amp;nbsp;,i believe could be issue at&amp;nbsp;wro.segment1 "resource_service_item" can you change to single quote.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ex:- wro.segment1 'resource_service_item',&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 12:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-Component-to-use-if-the-Oracle-SQL-has-Package-involved/m-p/2220073#M14631</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-04-01T12:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Which Component to use if the Oracle SQL has Package involved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-Component-to-use-if-the-Oracle-SQL-has-Package-involved/m-p/2220074#M14632</link>
      <description>&lt;P&gt;Hi Pabburi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If you want to execute the query to fetch the resultset , use tOracleInput.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toracelInput.PNG" style="width: 707px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M48g.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134122i29BCEDEE4CCAF845/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M48g.png" alt="0683p000009M48g.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;If you have already created the stored proc and you just need to execute, then go with tOracleSP.&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toracelSP.PNG" style="width: 403px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M48l.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150454i26F4E54B572AD3DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M48l.png" alt="0683p000009M48l.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Give Kudos if you found this reply is useful.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 12:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-Component-to-use-if-the-Oracle-SQL-has-Package-involved/m-p/2220074#M14632</guid>
      <dc:creator>joearun4u</dc:creator>
      <dc:date>2019-04-01T12:23:22Z</dc:date>
    </item>
  </channel>
</rss>

