<?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: toraclecdc with dynamic schema in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/toraclecdc-with-dynamic-schema/m-p/2366594#M130062</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; There are 2 potential options to solve this 'industrialisation' requirement, namely:-&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;OL&gt; 
 &lt;LI&gt;&lt;STRONG&gt;Add Dynamic schema support to existing tOracleCDC component&lt;/STRONG&gt;&lt;BR /&gt;This will help create the opportunity for a single, generic job design template to build multiple CDC monitoring implementations&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;STRONG&gt;Create a JobScript template to read Oracle metadata and automate Job design&lt;/STRONG&gt;&lt;BR /&gt;This will help create a repeatable process for automatically building the various individual Job designs to support CDC monitoring implementations&lt;/LI&gt; 
&lt;/OL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; Both would typically require custom development / delivery work either from Talend Professional Services or Talend Engineering directly in my view.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Darren&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jun 2018 11:14:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-13T11:14:58Z</dc:date>
    <item>
      <title>toraclecdc with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/toraclecdc-with-dynamic-schema/m-p/2366592#M130060</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;My use case:&lt;BR /&gt;&lt;BR /&gt;Using oracle cdc component in redo log mode to export data into CSV. Created a generic job instead of creating a separate job for each CDC table.&lt;BR /&gt;&lt;BR /&gt;Get the table list (metadata) using Oracle Input component and extract the latest data (delta changes) for those table.&lt;BR /&gt;&lt;BR /&gt;tOracleInput (Read config_table metadata) -&amp;gt; tFlowIterate (Iterate config_table) ==&amp;gt; tOracleCDC (Retrieve delta changes for those table records selected using tOracleInput component) -&amp;gt; tFileOutputDelimeted (Output the delta changes in CSV Output)&lt;BR /&gt;&lt;BR /&gt;My Oracle metadata:&lt;BR /&gt;&lt;BR /&gt;config_table data:&lt;BR /&gt;Table_name&amp;nbsp; Active_flag&lt;BR /&gt;table1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Y"&lt;BR /&gt;table2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Y"&lt;BR /&gt;&lt;BR /&gt;table1 schema: (CDC table)&lt;BR /&gt;id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; number&lt;BR /&gt;full_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; varchar2(50)&lt;BR /&gt;mobile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; number&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;table2 schema: (CDC table)&lt;BR /&gt;id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; number&lt;BR /&gt;first_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; varchar2(30)&lt;BR /&gt;middle_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; varchar2(30)&lt;BR /&gt;last_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; varchar2(30)&lt;BR /&gt;prev_sur_name&amp;nbsp;&amp;nbsp; varchar2(30)&lt;BR /&gt;address_ref&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; number&lt;BR /&gt;&lt;BR /&gt;As you can see, my CDC tables schemas are different.&lt;BR /&gt;&lt;BR /&gt;Configuration in tOracleCDC:&lt;BR /&gt;CDC mode: Log&lt;BR /&gt;Table using CDC: (String)globalMap.get("Table_name") (This Table_name attribute is passed from tOracleInputComponent)&lt;BR /&gt;Events to catch: Insert, Update, Delete (Selected all 3)&lt;BR /&gt;Schema using CDC: Built-In with attribute as "columnName" with "Dynamic" type (This is where the problem occurs. tOracleCDC doesn't support Dynamic type)&lt;BR /&gt;&lt;BR /&gt;Please can someone help. is there any alternative solution to set the schema dynamically so that tOracleCDC component can use it.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 14:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/toraclecdc-with-dynamic-schema/m-p/2366592#M130060</guid>
      <dc:creator>ramnn</dc:creator>
      <dc:date>2018-06-05T14:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: toraclecdc with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/toraclecdc-with-dynamic-schema/m-p/2366593#M130061</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Here exists a new feature jira issue.&lt;/P&gt; 
&lt;P&gt;&lt;A title="https://jira.talendforge.org/browse/TDI-17390" href="https://jira.talendforge.org/browse/TDI-17390" target="_self" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-17390&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 10:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/toraclecdc-with-dynamic-schema/m-p/2366593#M130061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-12T10:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: toraclecdc with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/toraclecdc-with-dynamic-schema/m-p/2366594#M130062</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; There are 2 potential options to solve this 'industrialisation' requirement, namely:-&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;OL&gt; 
 &lt;LI&gt;&lt;STRONG&gt;Add Dynamic schema support to existing tOracleCDC component&lt;/STRONG&gt;&lt;BR /&gt;This will help create the opportunity for a single, generic job design template to build multiple CDC monitoring implementations&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;STRONG&gt;Create a JobScript template to read Oracle metadata and automate Job design&lt;/STRONG&gt;&lt;BR /&gt;This will help create a repeatable process for automatically building the various individual Job designs to support CDC monitoring implementations&lt;/LI&gt; 
&lt;/OL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; Both would typically require custom development / delivery work either from Talend Professional Services or Talend Engineering directly in my view.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Darren&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 11:14:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/toraclecdc-with-dynamic-schema/m-p/2366594#M130062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-13T11:14:58Z</dc:date>
    </item>
  </channel>
</rss>

