<?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: Need help: ¿how can I execute a pl/sql block? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Need-help-how-can-I-execute-a-pl-sql-block/m-p/2337029#M105416</link>
    <description>Hi 
&lt;BR /&gt;Glad to see you have figured it out! 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Bestt regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Tue, 19 Jul 2011 14:21:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-07-19T14:21:41Z</dc:date>
    <item>
      <title>Need help: ¿how can I execute a pl/sql block?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-how-can-I-execute-a-pl-sql-block/m-p/2337028#M105415</link>
      <description>Hello, I've seen the component tOracleSP but my pl/sql block is not stored in the DB, I want to execute it directly. I'm using tOracleRow but it sends me an error and I don't know how solve it. 
&lt;BR /&gt;The PL/SQL block is that: 
&lt;BR /&gt; "begin 
&lt;BR /&gt; for cur in (select owner, constraint_name , table_name 
&lt;BR /&gt; from all_constraints 
&lt;BR /&gt; where owner = 'COMPRAS' and 
&lt;BR /&gt; TABLE_NAME = 'FT_COMPRAS'; 
&lt;BR /&gt; execute immediate 'ALTER TABLE '||cur.owner||'.'||cur.table_name||' MODIFY CONSTRAINT '||cur.constraint_name||' ENABLE'; 
&lt;BR /&gt; end loop; 
&lt;BR /&gt; end;" 
&lt;BR /&gt;That block works good in SQL Developer or SQL PLUS. 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;PD: ok, already solved, damn pl/sql automatically generated...</description>
      <pubDate>Sat, 16 Nov 2024 12:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-how-can-I-execute-a-pl-sql-block/m-p/2337028#M105415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need help: ¿how can I execute a pl/sql block?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-how-can-I-execute-a-pl-sql-block/m-p/2337029#M105416</link>
      <description>Hi 
&lt;BR /&gt;Glad to see you have figured it out! 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Bestt regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 19 Jul 2011 14:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-how-can-I-execute-a-pl-sql-block/m-p/2337029#M105416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-19T14:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need help: ¿how can I execute a pl/sql block?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-how-can-I-execute-a-pl-sql-block/m-p/2337030#M105417</link>
      <description>I'm trying to execute an anonymous PL/SQL block from a tOracleRow component as well. What was the solution?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 08 Feb 2012 20:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-how-can-I-execute-a-pl-sql-block/m-p/2337030#M105417</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-02-08T20:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need help: ¿how can I execute a pl/sql block?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-how-can-I-execute-a-pl-sql-block/m-p/2337031#M105418</link>
      <description>Hello,
&lt;BR /&gt;I am using Talend DI latest version i.e. 5.5.1 and having a problem with Toraclerow.
&lt;BR /&gt;I just want to execute a simple Anonymous PLSQL block in Talend.
&lt;BR /&gt;here the sample code
&lt;BR /&gt;BEGIN
&lt;BR /&gt;DBMS_OUTPUT.PUT_LINE('Test tOraclerow for anonymous PLSQL block')
&lt;BR /&gt;END;
&lt;BR /&gt;i have been using this component in previous talend versions, there i didnt face any issue.
&lt;BR /&gt;However in 5.5.1 same code is not working
&lt;BR /&gt;Here the job flow.
&lt;BR /&gt;trowgenerator---&amp;gt;tOracleRow
&lt;BR /&gt;Can any one of you please help me out.</description>
      <pubDate>Mon, 25 Aug 2014 18:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-how-can-I-execute-a-pl-sql-block/m-p/2337031#M105418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-25T18:43:19Z</dc:date>
    </item>
  </channel>
</rss>

