<?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 Can't run script in Teradata in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Can-t-run-script-in-Teradata/m-p/2312277#M83238</link>
    <description>&lt;P&gt;Hi, I'm trying to run a script in tDBRow for Teradata that creates several volatile(temp) tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my DB connection I already have MODE=TERA but i keep getting error messages&lt;/P&gt;&lt;P&gt;Only an ET or null statement is legal after a DDL Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the script below is similar to what im trying to run, it works fine in TOAD and in Teradata SQL assistant, but not it Talend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create volatile table A as&lt;/P&gt;&lt;P&gt;(select * from table 1);&lt;/P&gt;&lt;P&gt;create volatile table B as&lt;/P&gt;&lt;P&gt;(select * from table A);&lt;/P&gt;&lt;P&gt;create table FINAL as&lt;/P&gt;&lt;P&gt;(select column1, column2 from table B);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw a similar question and someone pointed to this link, but i couldn't find anything that would help me, at least I didn't understand how to use it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/s/question/0D53p00007vCnoLCAS/call-teradata-bteq-scripts?language=en_US" target="_blank"&gt;https://community.talend.com/s/question/0D53p00007vCnoLCAS/call-teradata-bteq-scripts?language=en_US&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 22:45:00 GMT</pubDate>
    <dc:creator>thiagoft</dc:creator>
    <dc:date>2024-11-15T22:45:00Z</dc:date>
    <item>
      <title>Can't run script in Teradata</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-run-script-in-Teradata/m-p/2312277#M83238</link>
      <description>&lt;P&gt;Hi, I'm trying to run a script in tDBRow for Teradata that creates several volatile(temp) tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my DB connection I already have MODE=TERA but i keep getting error messages&lt;/P&gt;&lt;P&gt;Only an ET or null statement is legal after a DDL Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the script below is similar to what im trying to run, it works fine in TOAD and in Teradata SQL assistant, but not it Talend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create volatile table A as&lt;/P&gt;&lt;P&gt;(select * from table 1);&lt;/P&gt;&lt;P&gt;create volatile table B as&lt;/P&gt;&lt;P&gt;(select * from table A);&lt;/P&gt;&lt;P&gt;create table FINAL as&lt;/P&gt;&lt;P&gt;(select column1, column2 from table B);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw a similar question and someone pointed to this link, but i couldn't find anything that would help me, at least I didn't understand how to use it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/s/question/0D53p00007vCnoLCAS/call-teradata-bteq-scripts?language=en_US" target="_blank"&gt;https://community.talend.com/s/question/0D53p00007vCnoLCAS/call-teradata-bteq-scripts?language=en_US&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-run-script-in-Teradata/m-p/2312277#M83238</guid>
      <dc:creator>thiagoft</dc:creator>
      <dc:date>2024-11-15T22:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can't run script in Teradata</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-run-script-in-Teradata/m-p/2312278#M83239</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The tTeradataRow component is using jdbc driver , If you want to do it using teradata utilities like BTEQ, please have a look at tTereadataFastExport component which is able to export data from Teradata tables into flat files.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/8.0/teradata/tteradatafastexport" alt="https://help.talend.com/r/en-US/8.0/teradata/tteradatafastexport" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/teradata/tteradatafastexport&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 08:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-run-script-in-Teradata/m-p/2312278#M83239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-13T08:06:39Z</dc:date>
    </item>
  </channel>
</rss>

