<?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: TRUNCATE TABLE cannot run inside a BEGIN/COMMIT block in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TRUNCATE-TABLE-cannot-run-inside-a-BEGIN-COMMIT-block/m-p/2209674#M8395</link>
    <description>any workarounds for this.. running into similiar issue with version 3.1.1. what control can be used that is without tranaction scope for Neteezza</description>
    <pubDate>Fri, 19 Jun 2009 12:40:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-06-19T12:40:16Z</dc:date>
    <item>
      <title>TRUNCATE TABLE cannot run inside a BEGIN/COMMIT block</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TRUNCATE-TABLE-cannot-run-inside-a-BEGIN-COMMIT-block/m-p/2209672#M8393</link>
      <description>This is an error when I attempt to use the "Clear" option on a Netezza output table.  &lt;BR /&gt;Exception in component tNetezzaOutput_1&lt;BR /&gt;org.netezza.util.PSQLException: ERROR:  TRUNCATE TABLE cannot run inside a BEGIN/COMMIT block&lt;BR /&gt;&lt;BR /&gt;I'm attempting to do a basic truncate/reload operation on a table.&lt;BR /&gt;I don't see any other options..... there should be a way to run some basic "truncate table foobar;" type SQL, right?&lt;BR /&gt;Ideas?&lt;BR /&gt;Thanks...&lt;BR /&gt;--Ivan</description>
      <pubDate>Sat, 16 Nov 2024 14:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TRUNCATE-TABLE-cannot-run-inside-a-BEGIN-COMMIT-block/m-p/2209672#M8393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: TRUNCATE TABLE cannot run inside a BEGIN/COMMIT block</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TRUNCATE-TABLE-cannot-run-inside-a-BEGIN-COMMIT-block/m-p/2209673#M8394</link>
      <description>Hi Ivan,&lt;BR /&gt;"TRUNCATE" is a DDL command and can't be executed within a transaction. I don't know anything about your job or "Netezza". But you should ensure that you do not start a transaction before your command (or close an existing one).&lt;BR /&gt;Bye&lt;BR /&gt;Volker</description>
      <pubDate>Sun, 04 Jan 2009 20:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TRUNCATE-TABLE-cannot-run-inside-a-BEGIN-COMMIT-block/m-p/2209673#M8394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-04T20:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: TRUNCATE TABLE cannot run inside a BEGIN/COMMIT block</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TRUNCATE-TABLE-cannot-run-inside-a-BEGIN-COMMIT-block/m-p/2209674#M8395</link>
      <description>any workarounds for this.. running into similiar issue with version 3.1.1. what control can be used that is without tranaction scope for Neteezza</description>
      <pubDate>Fri, 19 Jun 2009 12:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TRUNCATE-TABLE-cannot-run-inside-a-BEGIN-COMMIT-block/m-p/2209674#M8395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-19T12:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: TRUNCATE TABLE cannot run inside a BEGIN/COMMIT block</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TRUNCATE-TABLE-cannot-run-inside-a-BEGIN-COMMIT-block/m-p/2209675#M8396</link>
      <description>Use the below approach as cautious workaround, make sure there are no transaction implications in the flow after this. &lt;BR /&gt;Have COMMIT before truncate statement like COMMIT; TRUNCATE TABLE xyz;</description>
      <pubDate>Mon, 22 Jun 2009 13:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TRUNCATE-TABLE-cannot-run-inside-a-BEGIN-COMMIT-block/m-p/2209675#M8396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-22T13:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: TRUNCATE TABLE cannot run inside a BEGIN/COMMIT block</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TRUNCATE-TABLE-cannot-run-inside-a-BEGIN-COMMIT-block/m-p/2209676#M8397</link>
      <description>Hi,&lt;BR /&gt;Try :-&lt;BR /&gt;EXECUTE IMMEDIATE 'TRUNCATE TABLE xyz;</description>
      <pubDate>Mon, 22 Jun 2009 20:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TRUNCATE-TABLE-cannot-run-inside-a-BEGIN-COMMIT-block/m-p/2209676#M8397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-22T20:51:19Z</dc:date>
    </item>
  </channel>
</rss>

