<?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: copy database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371271#M134232</link>
    <description>Thank you for your help.
&lt;BR /&gt;I have not again test your solution bu I would like an information on the picture2.
&lt;BR /&gt;In the label "Query", What can I write as instruction because according to the tables, the requests aren't the same.
&lt;BR /&gt;And last question, in the tmap component, no mapping ? it's automatically ? (look my picture)
&lt;BR /&gt;
&lt;BR /&gt;Thank you.</description>
    <pubDate>Mon, 04 May 2009 08:47:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-05-04T08:47:11Z</dc:date>
    <item>
      <title>copy database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371267#M134228</link>
      <description>Hello,&lt;BR /&gt;I have 2 databases. They are le same tables, same name and structure. But in the second database for each table, I add 2 columns (ID autoinc, DB_NAME)&lt;BR /&gt;I would like to create a job wich take the all table of the first DB (automatically) and insert data in the same table of my second DB and add in the column DB_NAME, a constant (for example : "DATABASE_1")&lt;BR /&gt;But I don't know how I can do &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;BR /&gt;Can you help me please ???&lt;BR /&gt;Sorry for my english &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 13:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371267#M134228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: copy database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371268#M134229</link>
      <description>in a tMap output table, along with all the original columns from your source db, add an extra output column (1) (very bottom of tmap interface) and put "DATABASE_1" in the input cell for this new column (2).</description>
      <pubDate>Fri, 01 May 2009 21:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371268#M134229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-01T21:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: copy database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371269#M134230</link>
      <description>Yes, I know, I already use this method but I would like a method which run all tables of my database</description>
      <pubDate>Sat, 02 May 2009 18:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371269#M134230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-02T18:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: copy database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371270#M134231</link>
      <description>Hello
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;ut I would like a method which run all tables of my database&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;You can use a tMysqlTableList to list all the tables and iterate each one.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 04 May 2009 06:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371270#M134231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-04T06:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: copy database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371271#M134232</link>
      <description>Thank you for your help.
&lt;BR /&gt;I have not again test your solution bu I would like an information on the picture2.
&lt;BR /&gt;In the label "Query", What can I write as instruction because according to the tables, the requests aren't the same.
&lt;BR /&gt;And last question, in the tmap component, no mapping ? it's automatically ? (look my picture)
&lt;BR /&gt;
&lt;BR /&gt;Thank you.</description>
      <pubDate>Mon, 04 May 2009 08:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371271#M134232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-04T08:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: copy database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371272#M134233</link>
      <description>Hello Flavien
&lt;BR /&gt;If the tables don't the same structure(schema), we can't use this solution. as we must define the schema manually before running the job.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 04 May 2009 09:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371272#M134233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-04T09:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: copy database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371273#M134234</link>
      <description>:/
&lt;BR /&gt;BD1, Table1 have same structure than DB2, Table1
&lt;BR /&gt;But BD1, Table1 haven't same structure than DB1, Table2
&lt;BR /&gt;DB2 is a copy of DB1 with 2 more columns (ID, BDD_NAME).
&lt;BR /&gt;In DB1, there are more 70 tables &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; So I would like to use a method wich run all tables af DB1 and insert in table correspondig and adding a constant for the column BDD_NAME.
&lt;BR /&gt;Have you an idea ?
&lt;BR /&gt;Thank you</description>
      <pubDate>Mon, 04 May 2009 09:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371273#M134234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-04T09:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: copy database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371274#M134235</link>
      <description>I have an idea : 
&lt;BR /&gt;1/ I list tables in my DB1, 
&lt;BR /&gt;2/ and after I list column in my DB1.
&lt;BR /&gt;3/ I use this result for my request "SELECT" in my DB1
&lt;BR /&gt;4/ And I insert datas in my DB2.
&lt;BR /&gt;But I have a problem with step 3 and step 4
&lt;BR /&gt;Step 3 (tMMSqlInput2) :
&lt;BR /&gt;The result of listing column is an array ? It's necessary to explode this result for use it in my request ?
&lt;BR /&gt;Step 4 (tMSSqlRow_1) :
&lt;BR /&gt;How can I do to insert data in my DB2 ?
&lt;BR /&gt;
&lt;BR /&gt;Thank you so much</description>
      <pubDate>Mon, 04 May 2009 10:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371274#M134235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-04T10:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: copy database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371275#M134236</link>
      <description>Can you help me ?</description>
      <pubDate>Thu, 07 May 2009 10:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371275#M134236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-07T10:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: copy database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371276#M134237</link>
      <description>Does Talend MDM provides us with databse synchronization?</description>
      <pubDate>Mon, 09 Dec 2013 10:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371276#M134237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T10:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: copy database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371277#M134238</link>
      <description>Hi Jyoti_kumari, 
&lt;BR /&gt;Please open a new forum under 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCsNHCA0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Archive/HOWTO-use-the-tRowGenerator/td-p/56747&lt;/A&gt; for your topic. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 10 Dec 2013 04:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371277#M134238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-10T04:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: copy database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371278#M134239</link>
      <description>In Talend Exchange exists a component which is designed for the task to synchronize database. 
&lt;BR /&gt;In case of MySQL use this: 
&lt;BR /&gt; 
&lt;A href="http://www.talendforge.org/exchange/index.php?eid=554&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,1,1" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/exchange/index.php?eid=554&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,1,1&lt;/A&gt; 
&lt;BR /&gt;This component does not care about slightly different schemas. Only the columns which exists in the source and target will be transferred. It is not necessary to know the schema and this component can transfer the data in ETL mode: means over the network with different database connections.</description>
      <pubDate>Tue, 10 Dec 2013 07:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371278#M134239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-10T07:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: copy database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371279#M134240</link>
      <description>I want to transfer data from an oracle (source) database to a postgresql (destination) database. I created a table on the destination postgresql database to mirror the source table. However, the schemas are different, for example the oracle table uses the db type "number" for an integer column, while the destination posgresql table uses the db type "Integer' (Int4). Talend creates schemas with the type "bigdecimal" for the oracle db type "number" and it creates the type "int/integer" for the postgresql db type "Int4". I've tried to manually define the schema so the types match, but I am not so sure I'm doing it correctly &amp;nbsp;as it gives an error: ERROR: column "&amp;lt;comlumnname&amp;gt; " of relation "&amp;lt;tablename&amp;gt;" does not existException in component tPostgresqlOutput_1. But the column exists with the correct name just that I tried changing the type and db type to match the source, if I dont do that I get an error on the tPostgresqlOutput_1 component that the input row# type does not match</description>
      <pubDate>Tue, 15 Sep 2015 21:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371279#M134240</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-09-15T21:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: copy database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371280#M134241</link>
      <description>Hi &lt;B&gt;Pru,&lt;/B&gt;&lt;BR /&gt;Could you please show us the screenshot of schema setting in tPostgresqlOutput? &lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 18 Sep 2015 11:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/copy-database/m-p/2371280#M134241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-18T11:25:13Z</dc:date>
    </item>
  </channel>
</rss>

