<?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: tDBSP_1(Oracle) : Unable to retrieve data from table using Oracle Procedure in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tDBSP-1-Oracle-Unable-to-retrieve-data-from-table-using-Oracle/m-p/2372229#M135089</link>
    <description>&lt;P&gt;Hi @Xiaodi Shi​&amp;nbsp;, Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Pranay Vatsal&lt;/P&gt;</description>
    <pubDate>Wed, 27 Oct 2021 11:48:27 GMT</pubDate>
    <dc:creator>PranayVatsal</dc:creator>
    <dc:date>2021-10-27T11:48:27Z</dc:date>
    <item>
      <title>tDBSP_1(Oracle) : Unable to retrieve data from table using Oracle Procedure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBSP-1-Oracle-Unable-to-retrieve-data-from-table-using-Oracle/m-p/2372226#M135086</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to retrieve data from Oracle through a SP, used tOracleSP component (tDBSP).&lt;/P&gt;&lt;P&gt;I was able to fetch the data from the procedure "GET_ITEM_DATA" but had no luck with "GET_ITEM_DATA2"&lt;/P&gt;&lt;P&gt;tried many ways but no use.&lt;/P&gt;&lt;P&gt;below is the screenshot.&lt;/P&gt;&lt;P&gt;I've changed the output type to "RECORDSET" along with tParsedRecordSet, still no use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I get is this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception in component tDBSP_1 (API_GET_POST_ITEM_DETAILS_GET_ITEM_DATA2)&lt;/P&gt;&lt;P&gt;java.sql.SQLException: ORA-06550: line 1, column 7:&lt;/P&gt;&lt;P&gt;PLS-00306: wrong number or types of arguments in call to 'GET_ITEM_DATA2'&lt;/P&gt;&lt;P&gt;ORA-06550: line 1, column 7:&lt;/P&gt;&lt;P&gt;PL/SQL: Statement ignored&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions? &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000KBjCJAA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130803iC673F7C8EB42B2BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000KBjCJAA1.png" alt="0695b00000KBjCJAA1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBSP-1-Oracle-Unable-to-retrieve-data-from-table-using-Oracle/m-p/2372226#M135086</guid>
      <dc:creator>PranayVatsal</dc:creator>
      <dc:date>2024-11-15T23:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: tDBSP_1(Oracle) : Unable to retrieve data from table using Oracle Procedure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBSP-1-Oracle-Unable-to-retrieve-data-from-table-using-Oracle/m-p/2372227#M135087</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Have you tried to test it directly on PL/SQL Developer to see if it works fine?&lt;/P&gt;&lt;P&gt;Are the input parameters Integer or String?&lt;/P&gt;&lt;P&gt;If you want return results from the Oracle procedure, you should use OUTPUT parameter or you can define PL/SQL function where you can define return value of the function.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.techonthenet.com/oracle/procedures.php" alt="https://www.techonthenet.com/oracle/procedures.php" target="_blank"&gt;https://www.techonthenet.com/oracle/functions.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.techonthenet.com/oracle/procedures.php" alt="https://www.techonthenet.com/oracle/procedures.php" target="_blank"&gt;https://www.techonthenet.com/oracle/procedures.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 08:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBSP-1-Oracle-Unable-to-retrieve-data-from-table-using-Oracle/m-p/2372227#M135087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-22T08:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: tDBSP_1(Oracle) : Unable to retrieve data from table using Oracle Procedure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBSP-1-Oracle-Unable-to-retrieve-data-from-table-using-Oracle/m-p/2372228#M135088</link>
      <description>&lt;P&gt;Thanks for the reply, Sabrina.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Yes, I've tested it in SQL Developer and it returns the output.&lt;/P&gt;&lt;P&gt;2) Input parameter is a String. (attached the package as well with all details).&lt;/P&gt;&lt;P&gt;3) Defined the output parameter and it's a table-type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Pranay Vatsal&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 11:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBSP-1-Oracle-Unable-to-retrieve-data-from-table-using-Oracle/m-p/2372228#M135088</guid>
      <dc:creator>PranayVatsal</dc:creator>
      <dc:date>2021-10-22T11:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: tDBSP_1(Oracle) : Unable to retrieve data from table using Oracle Procedure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBSP-1-Oracle-Unable-to-retrieve-data-from-table-using-Oracle/m-p/2372229#M135089</link>
      <description>&lt;P&gt;Hi @Xiaodi Shi​&amp;nbsp;, Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Pranay Vatsal&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 11:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBSP-1-Oracle-Unable-to-retrieve-data-from-table-using-Oracle/m-p/2372229#M135089</guid>
      <dc:creator>PranayVatsal</dc:creator>
      <dc:date>2021-10-27T11:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: tDBSP_1(Oracle) : Unable to retrieve data from table using Oracle Procedure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBSP-1-Oracle-Unable-to-retrieve-data-from-table-using-Oracle/m-p/2372230#M135090</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;For retrieving result set from a stored procedure, please try to link  tOracleSP to a tParseResultSet component, define a column with object type on schema of tOracleSP.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 03:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBSP-1-Oracle-Unable-to-retrieve-data-from-table-using-Oracle/m-p/2372230#M135090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-28T03:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: tDBSP_1(Oracle) : Unable to retrieve data from table using Oracle Procedure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBSP-1-Oracle-Unable-to-retrieve-data-from-table-using-Oracle/m-p/2372231#M135091</link>
      <description>&lt;P&gt;@Xiaodi Shi​&amp;nbsp;: Thank you, Tried that with no luck.&lt;/P&gt;&lt;P&gt;It's throwing the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Pranay Vatsal&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 19:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBSP-1-Oracle-Unable-to-retrieve-data-from-table-using-Oracle/m-p/2372231#M135091</guid>
      <dc:creator>PranayVatsal</dc:creator>
      <dc:date>2021-11-24T19:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: tDBSP_1(Oracle) : Unable to retrieve data from table using Oracle Procedure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBSP-1-Oracle-Unable-to-retrieve-data-from-table-using-Oracle/m-p/2372232#M135092</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are supposing that it is possible that the mistake is in this parameter. Please check your parameter spelling, it has to match the Store Procedure variable name, specially, if you have an output variable.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 07:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBSP-1-Oracle-Unable-to-retrieve-data-from-table-using-Oracle/m-p/2372232#M135092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-25T07:19:41Z</dc:date>
    </item>
  </channel>
</rss>

