<?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: ¿PL/SQL with Talend? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/PL-SQL-with-Talend/m-p/2197520#M1227</link>
    <description>Thanks, I didn't see the tOracleSP component, it seems it can be useful for my purpose, I'll try it.</description>
    <pubDate>Wed, 11 May 2011 09:27:56 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2011-05-11T09:27:56Z</dc:date>
    <item>
      <title>¿PL/SQL with Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PL-SQL-with-Talend/m-p/2197518#M1225</link>
      <description>I have been researching Talend and its options and components. It seems to me quite a powerful program but I have not found a way to process an Oracle input as a PL / SQL process or similar, or to execute PL/SQL code independently on a task, for example, I am interested in moving data from one table to another, after then I want to run a PL/SQL procedure and after then do another Oracle Operation so I do not know how to do that or if it can be done some way. 
&lt;BR /&gt;Sorry for my english, I'm spanish and I try my best, I hope you can understand my question XD 
&lt;BR /&gt;Thanks!</description>
      <pubDate>Sat, 16 Nov 2024 12:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PL-SQL-with-Talend/m-p/2197518#M1225</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: ¿PL/SQL with Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PL-SQL-with-Talend/m-p/2197519#M1226</link>
      <description>Did you truy the tOracleRow component ? you can also call a store procedure with the tOracleSP component.</description>
      <pubDate>Wed, 11 May 2011 08:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PL-SQL-with-Talend/m-p/2197519#M1226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-11T08:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: ¿PL/SQL with Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PL-SQL-with-Talend/m-p/2197520#M1227</link>
      <description>Thanks, I didn't see the tOracleSP component, it seems it can be useful for my purpose, I'll try it.</description>
      <pubDate>Wed, 11 May 2011 09:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PL-SQL-with-Talend/m-p/2197520#M1227</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-05-11T09:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: ¿PL/SQL with Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PL-SQL-with-Talend/m-p/2197521#M1228</link>
      <description>I'm using tOracleSP and it doesn't work. In SP Name I type the name of my procedure called simply "PROCEDURE1", it has no inputs or outputs, only a FOR 1..50 LOOP that inserts 50 entries in a table already created. The procedure works outside Talend if I run on SQL Developer but not from Talend using tOracleSP.&lt;BR /&gt;It displays me this error message:&lt;BR /&gt;Exception in component tOracleSP_1&lt;BR /&gt;java.sql.SQLException: ORA-06550: line 1, column 7:&lt;BR /&gt;PLS-00201: identifier 'PROCEDURE1' must be declared&lt;BR /&gt;ORA-06550: line 1, column 7:&lt;BR /&gt;PL/SQL: Statement ignored&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)&lt;BR /&gt;Any help would be useful, thanks.</description>
      <pubDate>Wed, 11 May 2011 12:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PL-SQL-with-Talend/m-p/2197521#M1228</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-05-11T12:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: ¿PL/SQL with Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PL-SQL-with-Talend/m-p/2197522#M1229</link>
      <description>Thats simply oracle telling you he doesnt recognize the procedure you're trying to call. 
&lt;BR /&gt;Most probably because you're connecting as someone who ISNT the proc owner. 
&lt;BR /&gt;If you havent done so , Try prefixing the procedure name with the owner name... 
&lt;BR /&gt;In fact if you've used the 'SCHEMA' column in your connection that serves the same purpose. 
&lt;BR /&gt;if you havent used the 'SCHEMA' column then simply add the schema name to the proc name 
&lt;BR /&gt;in the SP object. 
&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Wed, 11 May 2011 14:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PL-SQL-with-Talend/m-p/2197522#M1229</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-05-11T14:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: ¿PL/SQL with Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PL-SQL-with-Talend/m-p/2197523#M1230</link>
      <description>Yes, it was that, I noticed it some minutes after posting the last message. Thanks!</description>
      <pubDate>Wed, 11 May 2011 14:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PL-SQL-with-Talend/m-p/2197523#M1230</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-05-11T14:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: ¿PL/SQL with Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PL-SQL-with-Talend/m-p/2197524#M1231</link>
      <description>Hi,
&lt;BR /&gt;Please any body tell how to run &amp;nbsp;a package?? i have used tOracleRow for this package but its not reflecting
&lt;BR /&gt;CREATE OR REPLACE PACKAGE PACK_SNAPON
&lt;BR /&gt;IS
&lt;BR /&gt;PROCEDURE PROC_SNAPON;
&lt;BR /&gt;END;
&lt;BR /&gt;CREATE OR REPLACE PACKAGE BODY PACK_SNAPON
&lt;BR /&gt;IS
&lt;BR /&gt;PROCEDURE PROC_SNAPON
&lt;BR /&gt;IS
&lt;BR /&gt;BEGIN
&lt;BR /&gt;EXECUTE IMMEDIATE 'TRUNCATE TABLE WC_ETL_LOAD_D';
&lt;BR /&gt;EXECUTE IMMEDIATE 'TRUNCATE TABLE WC_CUSTOMER_D';
&lt;BR /&gt;INSERT INTO WC_ETL_LOAD_D(ROW_WID,LOAD_TS) SELECT SEQ_WC_ETL_LOAD_D.NEXTVAL,SYSDATE FROM DUAL;
&lt;BR /&gt;INSERT INTO WC_CUSTOMER_D(ROW_WID,CUST_NAME)SELECT 0,'UNSPECIFIED' FROM DUAL;
&lt;BR /&gt;INSERT INTO WC_CUSTOMER_D(ROW_WID,CUST_ID,CUST_NUM,CUST_NAME,SOURCE_SYSTEM_NAME,LOAD_TS,PROCESS_ID,DW_DELETE_IND)
&lt;BR /&gt;SELECT SEQ_WC_CUSTOMER_D.NEXTVAL,CUST_ID,CUST_NUM,CUST_NAME,'SNAPON',(SELECT MAX(WC_ETL_LOAD_D.LOAD_TS) FROM WC_ETL_LOAD_D) LOAD_TS,
&lt;BR /&gt;(SELECT MAX(WC_ETL_LOAD_D.ROW_WID) FROM WC_ETL_LOAD_D)PROCESS_ID,'N' FROM&amp;nbsp;
&lt;BR /&gt;(SELECT DISTINCT CUST_ID,CUST_NUM,CUST_NAME FROM WC_SNAP_ON_DS );
&lt;BR /&gt;END PROC_SNAPON;
&lt;BR /&gt;END PACK_SNAPON;
&lt;BR /&gt;please help me out to run a package</description>
      <pubDate>Tue, 21 Jun 2016 08:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PL-SQL-with-Talend/m-p/2197524#M1231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-21T08:24:29Z</dc:date>
    </item>
  </channel>
</rss>

