<?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: Can Talend handle foreign key dependencies? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-handle-foreign-key-dependencies/m-p/2259516#M40958</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Thanks Sabrina.. The thing is, we cannot disable the constraint in the target database that's why we needed to make sure that the loading will not run into any FK errors. &lt;BR /&gt;I'm just wondering what is the most efficient way of loading data into the target database if there's around 100 tables that has FK dependency built around them..&lt;BR /&gt;-Josephine&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi Jose 
&lt;BR /&gt;It is DB driver throws the exception if FK constraints exists and the inserted data destroys the constraints, what Talend can do is to throw out the exception and die the job or capture the exception and continue to execute next record, it depends on your need. If latter, you need to redesign the job. 
&lt;BR /&gt;Shong</description>
    <pubDate>Mon, 10 Dec 2012 11:17:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-12-10T11:17:56Z</dc:date>
    <item>
      <title>Can Talend handle foreign key dependencies?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-handle-foreign-key-dependencies/m-p/2259511#M40953</link>
      <description>Hi,&lt;BR /&gt;I have some tables in an Oracle database that I want to replicate to another Oracle database.  During data loading, I encountered 'foreign key integrity constraints' error messages saying that the parent record does not exist.  The destination database has constraints enabled and I'm not allowed to disable them.&lt;BR /&gt;What I want to do or find out is if there's a way for Talend to 'see' the Oracle foreign key dependency and use this to determine which tables to populate first.&lt;BR /&gt;Thanks,&lt;BR /&gt;Josephine</description>
      <pubDate>Sat, 16 Nov 2024 12:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-handle-foreign-key-dependencies/m-p/2259511#M40953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can Talend handle foreign key dependencies?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-handle-foreign-key-dependencies/m-p/2259512#M40954</link>
      <description>Hi, 
&lt;BR /&gt;Talend studio is just an ETL tool, responsible for data migration and conversion, but it will not take any of the constraints and indexes into consideration. You can use a -toracleRow component to execute a statement in order to remove the constraints. After the data migration have been finished, just open the constraint.
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 06 Dec 2012 07:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-handle-foreign-key-dependencies/m-p/2259512#M40954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-06T07:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can Talend handle foreign key dependencies?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-handle-foreign-key-dependencies/m-p/2259513#M40955</link>
      <description>Thanks Sabrina.. The thing is, we cannot disable the constraint in the target database that's why we needed to make sure that the loading will not run into any FK errors. 
&lt;BR /&gt;I'm just wondering what is the most efficient way of loading data into the target database if there's around 100 tables that has FK dependency built around them..
&lt;BR /&gt;-Josephine</description>
      <pubDate>Thu, 06 Dec 2012 22:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-handle-foreign-key-dependencies/m-p/2259513#M40955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-06T22:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can Talend handle foreign key dependencies?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-handle-foreign-key-dependencies/m-p/2259514#M40956</link>
      <description>Hi, 
&lt;BR /&gt;If you do not disable the constaint, exceptions always going to happen . What you can do, in talend, only to capture these unusual record. And for your confusion 
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;what is the most efficient way of loading data into the target database if there's around 100 tables that has FK dependency built around them..&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;. I have no idea about that. Maybe more professional guy will give a key answer, sorry for that.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 07 Dec 2012 05:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-handle-foreign-key-dependencies/m-p/2259514#M40956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-07T05:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can Talend handle foreign key dependencies?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-handle-foreign-key-dependencies/m-p/2259515#M40957</link>
      <description>Hi Sabrina,
&lt;BR /&gt;Thanks for your reply. I hope other people who more experience on this can share their thoughts..
&lt;BR /&gt;Cheers,
&lt;BR /&gt;Josephine</description>
      <pubDate>Sat, 08 Dec 2012 12:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-handle-foreign-key-dependencies/m-p/2259515#M40957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-08T12:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can Talend handle foreign key dependencies?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-handle-foreign-key-dependencies/m-p/2259516#M40958</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Thanks Sabrina.. The thing is, we cannot disable the constraint in the target database that's why we needed to make sure that the loading will not run into any FK errors. &lt;BR /&gt;I'm just wondering what is the most efficient way of loading data into the target database if there's around 100 tables that has FK dependency built around them..&lt;BR /&gt;-Josephine&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi Jose 
&lt;BR /&gt;It is DB driver throws the exception if FK constraints exists and the inserted data destroys the constraints, what Talend can do is to throw out the exception and die the job or capture the exception and continue to execute next record, it depends on your need. If latter, you need to redesign the job. 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 10 Dec 2012 11:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-handle-foreign-key-dependencies/m-p/2259516#M40958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-10T11:17:56Z</dc:date>
    </item>
  </channel>
</rss>

