<?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 Merging oracle two table from different schema into new schema in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Merging-oracle-two-table-from-different-schema-into-new-schema/m-p/2360171#M124811</link>
    <description>Hi, could someone guide me in the right path as im newbie using this application i know a bit of MSSQL DTS it seems look the same but the methods is about confusing me. I have a similar scenario like the tables below. Where my main purpose is to merge two database and create a new database with combined data records. Could someone guide me to the step to achieve this task which component should i use. 
&lt;BR /&gt;
&lt;BR /&gt;ORACLEDB1
&lt;BR /&gt;TBLMASTER - Master list table
&lt;BR /&gt;ID FIELD1 
&lt;BR /&gt;1 CAR1 
&lt;BR /&gt;2 CAR2 
&lt;BR /&gt;3 BLACK 
&lt;BR /&gt;4 WHITE 
&lt;BR /&gt;5 HAWK
&lt;BR /&gt;6 TIGER
&lt;BR /&gt;TBLASSOC - Association table parent&amp;lt;-&amp;gt;child
&lt;BR /&gt;P_ID C_ID
&lt;BR /&gt;1 4
&lt;BR /&gt;2 5
&lt;BR /&gt;3 6
&lt;BR /&gt;ORACLEDB2
&lt;BR /&gt;TBLMASTER - Master list table
&lt;BR /&gt;ID FIELD1 
&lt;BR /&gt;1 CAR3 
&lt;BR /&gt;2 CAR4 
&lt;BR /&gt;3 BLUE 
&lt;BR /&gt;4 YELLOW 
&lt;BR /&gt;5 WHALE
&lt;BR /&gt;6 FIN
&lt;BR /&gt;TBLASSOC - Association table parent&amp;lt;-&amp;gt;child
&lt;BR /&gt;P_ID C_ID
&lt;BR /&gt;1 4
&lt;BR /&gt;2 5
&lt;BR /&gt;3 6
&lt;BR /&gt;
&lt;BR /&gt;ORACLEDB3 FINALOUTPUT
&lt;BR /&gt;TBLMASTER - Combined master list table
&lt;BR /&gt;ID FIELD1 
&lt;BR /&gt;1 CAR1 
&lt;BR /&gt;2 CAR2 
&lt;BR /&gt;3 BLACK 
&lt;BR /&gt;4 WHITE 
&lt;BR /&gt;5 HAWK
&lt;BR /&gt;6 TIGER
&lt;BR /&gt;7 CAR3 
&lt;BR /&gt;8 CAR4 
&lt;BR /&gt;9 BLUE 
&lt;BR /&gt;10 YELLOW 
&lt;BR /&gt;11 WHALE
&lt;BR /&gt;12 FIN
&lt;BR /&gt;TBLASSOC - Combined Association table parent&amp;lt;-&amp;gt;child
&lt;BR /&gt;P_ID C_ID
&lt;BR /&gt;1 4
&lt;BR /&gt;2 5
&lt;BR /&gt;3 6
&lt;BR /&gt;7 10
&lt;BR /&gt;8 11
&lt;BR /&gt;9 12
&lt;BR /&gt;
&lt;BR /&gt;Any help is highly appreciated.
&lt;BR /&gt;Thanks</description>
    <pubDate>Sat, 16 Nov 2024 13:52:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:52:10Z</dc:date>
    <item>
      <title>Merging oracle two table from different schema into new schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-oracle-two-table-from-different-schema-into-new-schema/m-p/2360171#M124811</link>
      <description>Hi, could someone guide me in the right path as im newbie using this application i know a bit of MSSQL DTS it seems look the same but the methods is about confusing me. I have a similar scenario like the tables below. Where my main purpose is to merge two database and create a new database with combined data records. Could someone guide me to the step to achieve this task which component should i use. 
&lt;BR /&gt;
&lt;BR /&gt;ORACLEDB1
&lt;BR /&gt;TBLMASTER - Master list table
&lt;BR /&gt;ID FIELD1 
&lt;BR /&gt;1 CAR1 
&lt;BR /&gt;2 CAR2 
&lt;BR /&gt;3 BLACK 
&lt;BR /&gt;4 WHITE 
&lt;BR /&gt;5 HAWK
&lt;BR /&gt;6 TIGER
&lt;BR /&gt;TBLASSOC - Association table parent&amp;lt;-&amp;gt;child
&lt;BR /&gt;P_ID C_ID
&lt;BR /&gt;1 4
&lt;BR /&gt;2 5
&lt;BR /&gt;3 6
&lt;BR /&gt;ORACLEDB2
&lt;BR /&gt;TBLMASTER - Master list table
&lt;BR /&gt;ID FIELD1 
&lt;BR /&gt;1 CAR3 
&lt;BR /&gt;2 CAR4 
&lt;BR /&gt;3 BLUE 
&lt;BR /&gt;4 YELLOW 
&lt;BR /&gt;5 WHALE
&lt;BR /&gt;6 FIN
&lt;BR /&gt;TBLASSOC - Association table parent&amp;lt;-&amp;gt;child
&lt;BR /&gt;P_ID C_ID
&lt;BR /&gt;1 4
&lt;BR /&gt;2 5
&lt;BR /&gt;3 6
&lt;BR /&gt;
&lt;BR /&gt;ORACLEDB3 FINALOUTPUT
&lt;BR /&gt;TBLMASTER - Combined master list table
&lt;BR /&gt;ID FIELD1 
&lt;BR /&gt;1 CAR1 
&lt;BR /&gt;2 CAR2 
&lt;BR /&gt;3 BLACK 
&lt;BR /&gt;4 WHITE 
&lt;BR /&gt;5 HAWK
&lt;BR /&gt;6 TIGER
&lt;BR /&gt;7 CAR3 
&lt;BR /&gt;8 CAR4 
&lt;BR /&gt;9 BLUE 
&lt;BR /&gt;10 YELLOW 
&lt;BR /&gt;11 WHALE
&lt;BR /&gt;12 FIN
&lt;BR /&gt;TBLASSOC - Combined Association table parent&amp;lt;-&amp;gt;child
&lt;BR /&gt;P_ID C_ID
&lt;BR /&gt;1 4
&lt;BR /&gt;2 5
&lt;BR /&gt;3 6
&lt;BR /&gt;7 10
&lt;BR /&gt;8 11
&lt;BR /&gt;9 12
&lt;BR /&gt;
&lt;BR /&gt;Any help is highly appreciated.
&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 13:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-oracle-two-table-from-different-schema-into-new-schema/m-p/2360171#M124811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:52:10Z</dc:date>
    </item>
  </channel>
</rss>

