<?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 Stored Procedure calling a package in Oracle in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Stored-Procedure-calling-a-package-in-Oracle/m-p/2320469#M90608</link>
    <description>Hi All,&lt;BR /&gt;I have seen how talend calls a function within a package but i cannot seem to call a procedure within a package from Oracle,&lt;BR /&gt;EG: in PLSQL&lt;BR /&gt;CREATE OR REPLACE PACKAGE BODY PART_CATALOG_API IS&lt;BR /&gt;PROCEDURE NEW__ (&lt;BR /&gt;   part_no_ IN VARCHAR2 )&lt;BR /&gt;IS&lt;BR /&gt;BEGIN&lt;BR /&gt;   General_SYS.Init_Method(lu_name_, 'PART_CATALOG_API', 'Exist', TRUE);&lt;BR /&gt;   IF (NOT Check_Exist___(part_no_)) THEN&lt;BR /&gt;      Error_SYS.Record_Not_Exist(lu_name_);&lt;BR /&gt;   END IF;&lt;BR /&gt;END Exist;&lt;BR /&gt;&lt;BR /&gt;END PART_CATALOG_API;&lt;BR /&gt;So if i try to call PART_CATALOG_API.Exist__&lt;BR /&gt;i get an error &lt;BR /&gt;Exception in component tOracleSP_1&lt;BR /&gt;java.sql.SQLException: ORA-06550: line 1, column 13:&lt;BR /&gt;PLS-00222: no function with name 'NEW__' exists in this scope&lt;BR /&gt;ORA-06550: line 1, column 7:&lt;BR /&gt;PL/SQL: Statement ignored&lt;BR /&gt;&lt;BR /&gt;Can Talend call procedures within Packages ? If so what am i doing wrong&lt;BR /&gt;TIA&lt;BR /&gt;Gresham</description>
    <pubDate>Sat, 16 Nov 2024 13:35:21 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T13:35:21Z</dc:date>
    <item>
      <title>Stored Procedure calling a package in Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Stored-Procedure-calling-a-package-in-Oracle/m-p/2320469#M90608</link>
      <description>Hi All,&lt;BR /&gt;I have seen how talend calls a function within a package but i cannot seem to call a procedure within a package from Oracle,&lt;BR /&gt;EG: in PLSQL&lt;BR /&gt;CREATE OR REPLACE PACKAGE BODY PART_CATALOG_API IS&lt;BR /&gt;PROCEDURE NEW__ (&lt;BR /&gt;   part_no_ IN VARCHAR2 )&lt;BR /&gt;IS&lt;BR /&gt;BEGIN&lt;BR /&gt;   General_SYS.Init_Method(lu_name_, 'PART_CATALOG_API', 'Exist', TRUE);&lt;BR /&gt;   IF (NOT Check_Exist___(part_no_)) THEN&lt;BR /&gt;      Error_SYS.Record_Not_Exist(lu_name_);&lt;BR /&gt;   END IF;&lt;BR /&gt;END Exist;&lt;BR /&gt;&lt;BR /&gt;END PART_CATALOG_API;&lt;BR /&gt;So if i try to call PART_CATALOG_API.Exist__&lt;BR /&gt;i get an error &lt;BR /&gt;Exception in component tOracleSP_1&lt;BR /&gt;java.sql.SQLException: ORA-06550: line 1, column 13:&lt;BR /&gt;PLS-00222: no function with name 'NEW__' exists in this scope&lt;BR /&gt;ORA-06550: line 1, column 7:&lt;BR /&gt;PL/SQL: Statement ignored&lt;BR /&gt;&lt;BR /&gt;Can Talend call procedures within Packages ? If so what am i doing wrong&lt;BR /&gt;TIA&lt;BR /&gt;Gresham</description>
      <pubDate>Sat, 16 Nov 2024 13:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Stored-Procedure-calling-a-package-in-Oracle/m-p/2320469#M90608</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure calling a package in Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Stored-Procedure-calling-a-package-in-Oracle/m-p/2320470#M90609</link>
      <description>sorry typo error.&lt;BR /&gt;i meant to type&lt;BR /&gt;So if i try to call PART_CATALOG_API.NEW__</description>
      <pubDate>Thu, 28 Jan 2010 14:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Stored-Procedure-calling-a-package-in-Oracle/m-p/2320470#M90609</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-01-28T14:24:28Z</dc:date>
    </item>
  </channel>
</rss>

