<?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: tOracleOutput Hint Options in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-Hint-Options/m-p/2329217#M98421</link>
    <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;The tablespace and tables are all set to nologging on our DB, but we still have the logs being created. Any other suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sridharan&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2019 15:40:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-23T15:40:58Z</dc:date>
    <item>
      <title>tOracleOutput Hint Options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-Hint-Options/m-p/2329215#M98419</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We need to stop Oracle11g creating REDO logs while inserting rows. Once option suggested is to use Hint options in tOracleOutput component. The hint option '&lt;SPAN&gt;&amp;nbsp;/*+ APPEND*/&amp;nbsp;' could not be used as the syntax requires&amp;nbsp;&amp;nbsp;"insert into select". Instead tried&amp;nbsp;&amp;nbsp;'&amp;nbsp;/*+ APPEND_VALUES*/&amp;nbsp;' but the logs are still being created. Does anyone know how to do this?. Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 13:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-Hint-Options/m-p/2329215#M98419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-23T13:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput Hint Options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-Hint-Options/m-p/2329216#M98420</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;First of all, adding hints in Oracle queries is not a right method of processing SQL queries as Oracle optimizer gives better performance for queries&amp;nbsp; when you are using cost based method rather than rule based method due to the advancement in its internal engines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; So if you do not need logging while creating by adding NOLOGGING at table level during table creation.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.oracle.com/cd/B28359_01/server.111/b28310/tspaces004.htm#ADMIN11374" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.oracle.com/cd/B28359_01/server.111/b28310/tspaces004.htm#ADMIN11374&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 14:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-Hint-Options/m-p/2329216#M98420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-23T14:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput Hint Options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-Hint-Options/m-p/2329217#M98421</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;The tablespace and tables are all set to nologging on our DB, but we still have the logs being created. Any other suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sridharan&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 15:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-Hint-Options/m-p/2329217#M98421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-23T15:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput Hint Options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-Hint-Options/m-p/2329218#M98422</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please try APPEND_VALUES hint for your case?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://oracle-base.com/articles/11g/append-values-hint-11gr2" target="_blank" rel="nofollow noopener noreferrer"&gt;https://oracle-base.com/articles/11g/append-values-hint-11gr2&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M53b.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158269i08FD65E2A77EEC2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M53b.png" alt="0683p000009M53b.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I would also recommend you to use Bulk components available for Oracle if your ultimate aim is to load the data with maximum throughput where your input data volume is high.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 15:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-Hint-Options/m-p/2329218#M98422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-23T15:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput Hint Options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-Hint-Options/m-p/2329219#M98423</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;
&lt;P&gt;Currently APPEND_VALUES is what I am using, but doesn't seem to have any effect.&lt;/P&gt;
&lt;P&gt;It is mentioned, "&lt;SPAN&gt;&amp;nbsp;APPEND_VALUES hint gives us better performance by allowing us to use direct-path inserts within the FORALL statement.&amp;nbsp;".. Does it work only when FORALL statement is used? In the screenshot, how do we mention the FORALL loop?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sridharan&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lvls"&gt;APPEND_VALUES.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 27 May 2019 06:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-Hint-Options/m-p/2329219#M98423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-27T06:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput Hint Options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-Hint-Options/m-p/2329220#M98424</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPasAAG"&gt;@Sridharan&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Unfortunately I am not fully sure about the various Hints in Oracle DB. I would suggest you to get the help of an Oracle DBA also at this juncture as lot of verification need to happen from Oracle end.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please ask them to verify whether the hints are correctly getting generated from the Oracle Admin console. We need to check the query about FORALL loop also with them as they can see the queries executed for a specific time.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="http://www.dba-oracle.com/t_find_historical_sql_by_date.htm" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.dba-oracle.com/t_find_historical_sql_by_date.htm&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 16:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-Hint-Options/m-p/2329220#M98424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-27T16:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput Hint Options</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-Hint-Options/m-p/2329221#M98425</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;Thanks for your suggestions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridharan&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 05:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-Hint-Options/m-p/2329221#M98425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-28T05:44:55Z</dc:date>
    </item>
  </channel>
</rss>

