<?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: Oracle - Truncate or Delete table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Truncate-or-Delete-table/m-p/2356114#M121711</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you please try to use tOracleRow with your truncate or delete table query to see if it works?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Wed, 27 Sep 2017 07:35:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-27T07:35:06Z</dc:date>
    <item>
      <title>Oracle - Truncate or Delete table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Truncate-or-Delete-table/m-p/2356111#M121708</link>
      <description>&lt;P&gt;&lt;STRONG&gt;What is the best practice to truncate or delete rows in an Oracle table?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I have &lt;STRONG&gt;tOracleInput &lt;/STRONG&gt;with the Query "TRUNCATE TABLE myTable" I get the error "ORA-03291: Invalid truncate option - missing STORAGE keyword".&lt;/P&gt;&lt;P&gt;When I run the same statement in Oracle SQL Developer I get "table myTable truncated."&lt;/P&gt;&lt;P&gt;If I added "REUSE STORAGE;" or "DROP STORAGE; " that doesn't seem to help in tOracleInput.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I have &lt;STRONG&gt;tOracleInput &lt;/STRONG&gt;with the Query "DELETE FROM myTable" I get the error "ORA-01002: fetch out of sequence".&lt;/P&gt;&lt;P&gt;When I run the same statement in Oracle SQL Developer I get "# rows deleted."&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 01:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Truncate-or-Delete-table/m-p/2356111#M121708</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2017-09-26T01:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle - Truncate or Delete table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Truncate-or-Delete-table/m-p/2356112#M121709</link>
      <description>&lt;P&gt;Which version of oracle you are using ? whats the JDBC driver version ? &amp;nbsp;Can you attached your job here ?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 07:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Truncate-or-Delete-table/m-p/2356112#M121709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-26T07:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle - Truncate or Delete table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Truncate-or-Delete-table/m-p/2356113#M121710</link>
      <description>We are using Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production and I think the JDBC driver is "orai18n.jar" 
&lt;BR /&gt; 
&lt;BR /&gt;There really isn't much to the job, just the SQL in the tOracleInput component. 
&lt;BR /&gt; 
&lt;BR /&gt;The job looks like: 
&lt;BR /&gt;tOracleInput &amp;gt; tLogRow</description>
      <pubDate>Tue, 26 Sep 2017 18:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Truncate-or-Delete-table/m-p/2356113#M121710</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2017-09-26T18:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle - Truncate or Delete table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Truncate-or-Delete-table/m-p/2356114#M121711</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you please try to use tOracleRow with your truncate or delete table query to see if it works?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 07:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Truncate-or-Delete-table/m-p/2356114#M121711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-27T07:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle - Truncate or Delete table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Truncate-or-Delete-table/m-p/2356115#M121712</link>
      <description>&lt;P&gt;Why does the&amp;nbsp;&lt;SPAN&gt;tOracleRow&amp;nbsp;component not like ";" in the query?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt; wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;Hi,&lt;/P&gt; 
 &lt;P&gt;Could you please try to use tOracleRow with your truncate or delete table query to see if it works?&lt;/P&gt; 
 &lt;P&gt;Best regards&lt;/P&gt; 
 &lt;P&gt;Sabrina&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 17:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Truncate-or-Delete-table/m-p/2356115#M121712</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2017-09-27T17:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle - Truncate or Delete table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Truncate-or-Delete-table/m-p/2356116#M121713</link>
      <description>&lt;P&gt;Hi, I had used tOracleRow for truncate table, it's working&amp;nbsp;still, it throws the error in attachment&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 10:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Truncate-or-Delete-table/m-p/2356116#M121713</guid>
      <dc:creator>abarjun</dc:creator>
      <dc:date>2018-05-31T10:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle - Truncate or Delete table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Truncate-or-Delete-table/m-p/2356117#M121714</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Your attachment is not available on forum. Could you please try to upload it again?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 08:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Truncate-or-Delete-table/m-p/2356117#M121714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-13T08:33:11Z</dc:date>
    </item>
  </channel>
</rss>

