<?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: DDL script in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287111#M60733</link>
    <description>I already tried using tOracleRow however it takes only 1 SQL query. My requirement is to execute multiple SQL queries like running a script file containing DDL statements&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Jun 2017 10:58:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-21T10:58:36Z</dc:date>
    <item>
      <title>DDL script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287109#M60731</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a DDL script that contains&amp;nbsp;creation of tables &amp;amp; sequences. I want to create a job for it. Plz let me know&amp;nbsp;what components can I use for the same&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 10:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287109#M60731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T10:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: DDL script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287110#M60732</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tXxxxxRow (where Xxxxx is the db name, like Oracle, Mysql, and so on) is what you expect.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 10:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287110#M60732</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-06-21T10:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: DDL script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287111#M60733</link>
      <description>I already tried using tOracleRow however it takes only 1 SQL query. My requirement is to execute multiple SQL queries like running a script file containing DDL statements&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jun 2017 10:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287111#M60733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T10:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: DDL script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287112#M60734</link>
      <description>&lt;P&gt;did you try to enclose commands between ""?&lt;/P&gt;&lt;PRE&gt;"create table blablabla;
create sequence blablabla;"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 11:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287112#M60734</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-06-21T11:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: DDL script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287113#M60735</link>
      <description>Yes; I already tried that enclosing between "" &amp;amp; separated by ; However the error which I get is 'SQL command not properly ended'.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jun 2017 11:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287113#M60735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T11:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: DDL script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287114#M60736</link>
      <description>&lt;P&gt;Try this.....&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;"begin
execute immediate 'CREATE TABLE customers
( customer_id number(10) NOT NULL,
  customer_name varchar2(50) NOT NULL,
  city varchar2(50)
)';
execute immediate 'CREATE TABLE address
( address_id number(10) NOT NULL,
  address_line_1 varchar2(50) NOT NULL,
  city varchar2(50)
)';
commit;
end;"&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Jun 2017 11:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287114#M60736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T11:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: DDL script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287115#M60737</link>
      <description>Is it a plain text script or a generated one using variables and concatenation?&lt;BR /&gt;Can you share it?</description>
      <pubDate>Wed, 21 Jun 2017 11:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287115#M60737</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-06-21T11:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: DDL script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287116#M60738</link>
      <description>It is a normal script generated by SQL developer. It does not have variables or concatenation.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jun 2017 12:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287116#M60738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T12:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: DDL script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287117#M60739</link>
      <description>In which component should I give this?&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jun 2017 12:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287117#M60739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T12:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: DDL script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287118#M60740</link>
      <description>&lt;P&gt;The code I gave was an example of how you should code your&amp;nbsp;&lt;SPAN&gt;tOracleRow component. The "Begin" and "End" keywords are standard Oracle functionality to allow multiple statements to fired together. Here is a description of the&amp;nbsp;"Execute immediate" statemement (&lt;A href="https://docs.oracle.com/cd/B19306_01/appdev.102/b14261/executeimmediate_statement.htm).&amp;nbsp;" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.oracle.com/cd/B19306_01/appdev.102/b14261/executeimmediate_statement.htm).&amp;nbsp;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 12:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DDL-script/m-p/2287118#M60740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T12:14:37Z</dc:date>
    </item>
  </channel>
</rss>

