<?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: How to debug the TOracleSCD component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-debug-the-TOracleSCD-component/m-p/2330687#M99739</link>
    <description>Hello,
&lt;BR /&gt;I'd like to push this.
&lt;BR /&gt;Is there any way to log the executed queries of an SCD Component? 
&lt;BR /&gt;I get an ORA-01858 Error for example and without knowing which Query/Row raised this error I will never find the reason...
&lt;BR /&gt;EDIT: I added a JIRA Issue for this need: 
&lt;A href="https://jira.talendforge.org/browse/TDI-28636" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-28636&lt;/A&gt;</description>
    <pubDate>Wed, 22 Jan 2014 14:25:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-22T14:25:11Z</dc:date>
    <item>
      <title>How to debug the TOracleSCD component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-debug-the-TOracleSCD-component/m-p/2330684#M99736</link>
      <description>Hi, 
&lt;BR /&gt;I'm having a data issue when using the TOracleSCD component and I would like to see the actual statements being submitted to the database? I enabled DEBUG mode on the component...however I'm not able to get the information I need. Is it possible to see the insert or update statements that Talend is executing against the database? 
&lt;BR /&gt;Any tips would be greatly appreciated! 
&lt;BR /&gt;Thanks! 
&lt;BR /&gt;Chris 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEW7.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132092iA4818CD491CD6039/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEW7.jpg" alt="0683p000009MEW7.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME7E.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145082iC4B5D73E49071F66/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME7E.jpg" alt="0683p000009ME7E.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEWC.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151249i97848F0CC3ECEF4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEWC.jpg" alt="0683p000009MEWC.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEMP.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129582iE351E4777495EC4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEMP.jpg" alt="0683p000009MEMP.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEWH.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148913i21DBF5371E3BAE7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEWH.jpg" alt="0683p000009MEWH.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 15 May 2013 15:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-debug-the-TOracleSCD-component/m-p/2330684#M99736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-15T15:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug the TOracleSCD component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-debug-the-TOracleSCD-component/m-p/2330685#M99737</link>
      <description>Hi, &lt;BR /&gt;There is a related SCD Component scenario &lt;A href="https://help.talend.com/pages/viewpage.action?pageId=13806487#Raa67018" target="_blank" rel="nofollow noopener noreferrer"&gt;SCD management methodologies&lt;/A&gt;, perhaps it will be useful for your job.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 16 May 2013 03:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-debug-the-TOracleSCD-component/m-p/2330685#M99737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-16T03:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug the TOracleSCD component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-debug-the-TOracleSCD-component/m-p/2330686#M99738</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;I guess I should have clarified that my issue is actually a performance issue. 
&lt;BR /&gt;I was thinking it may be helpful to see what statements Talend is sending to the database...like you can do with TOracleOutput. Is there a way to do this? 
&lt;BR /&gt;Can I step through the SCD component row by row? 
&lt;BR /&gt;I've enabled memory saving mode and it does not seem to improve performance and I would like to verify that my table structure is optimal for the way Talend is updating (ie indexes, column order, etc) 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 16 May 2013 15:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-debug-the-TOracleSCD-component/m-p/2330686#M99738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-16T15:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug the TOracleSCD component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-debug-the-TOracleSCD-component/m-p/2330687#M99739</link>
      <description>Hello,
&lt;BR /&gt;I'd like to push this.
&lt;BR /&gt;Is there any way to log the executed queries of an SCD Component? 
&lt;BR /&gt;I get an ORA-01858 Error for example and without knowing which Query/Row raised this error I will never find the reason...
&lt;BR /&gt;EDIT: I added a JIRA Issue for this need: 
&lt;A href="https://jira.talendforge.org/browse/TDI-28636" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-28636&lt;/A&gt;</description>
      <pubDate>Wed, 22 Jan 2014 14:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-debug-the-TOracleSCD-component/m-p/2330687#M99739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-22T14:25:11Z</dc:date>
    </item>
  </channel>
</rss>

