<?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: Error Insert To Table Postgree from Oracle table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-Insert-To-Table-Postgree-from-Oracle-table/m-p/2268168#M46827</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOkcAAG"&gt;@Chaerul8s&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Good to see that u want to insert data from one DB to another(Oracle to Postgres in your case).&lt;/P&gt;
&lt;P&gt;First thing what i would like to suggest is.... it is better if u use metadata/repository connection rather than using connection components.&lt;/P&gt;
&lt;P&gt;Second is that, pls check the table onto postgres...so my question is have u created the table onto postgres manually or do u want create the table using talend ???&lt;/P&gt;
&lt;P&gt;From what i see.. u might have created the manually.... so in the action on table pls give drop table if exists and create and action on data is insert by default...&lt;/P&gt;
&lt;P&gt;Also i have noticed that the datatype for ID is string(No issues),but in the source side there is no length defined while at the target u have given some length.&lt;/P&gt;
&lt;P&gt;Normally u r scenario will work 100%...&lt;/P&gt;
&lt;P&gt;pls check for few basic things....u will be good to go&amp;nbsp;&lt;/P&gt;
&lt;P&gt;also the id column is not default in postgres - that would happen only if there is a sequence&lt;/P&gt;</description>
    <pubDate>Mon, 10 Sep 2018 13:35:22 GMT</pubDate>
    <dc:creator>ankit7359</dc:creator>
    <dc:date>2018-09-10T13:35:22Z</dc:date>
    <item>
      <title>Error Insert To Table Postgree from Oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Insert-To-Table-Postgree-from-Oracle-table/m-p/2268166#M46825</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;please help, i try create talend job, to insert data from Oracle into Postgree Table, but have error&lt;/P&gt; 
&lt;P&gt;this the job that i created&lt;/P&gt; 
&lt;P&gt;Starting job SelectInsert at 14:12 07/09/2018.&lt;BR /&gt;&lt;BR /&gt;[statistics] connecting to socket on port 4048&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Batch entry 0 INSERT INTO "migration_corp" ("ID","CD","NM") VALUES (53E47738266B401AA9FE263CC502EC45,PCM0000011,YENNY NOVITA) was aborted.&amp;nbsp; Call getNextException to see the cause.&lt;BR /&gt;caused by: ERROR: column "ID" of relation "migration_corp" does not exist&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job SelectInsert ended at 14:13 07/09/2018. [exit code=0]&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="07-09-2018 14-06-10.png" style="width: 540px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzOL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142927i050C671766BAFC9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzOL.png" alt="0683p000009LzOL.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="07-09-2018 14-09-28.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzSW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155524iE8B2B18F64A64FF0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzSW.png" alt="0683p000009LzSW.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="07-09-2018 14-13-43.png" style="width: 831px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxX1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129278iEBED48ACE77CAAC9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxX1.png" alt="0683p000009LxX1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 08:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Insert-To-Table-Postgree-from-Oracle-table/m-p/2268166#M46825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-07T08:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error Insert To Table Postgree from Oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Insert-To-Table-Postgree-from-Oracle-table/m-p/2268167#M46826</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOkcAAG"&gt;@Chaerul8s&lt;/A&gt;,in PostgreSQL ,&amp;nbsp;i believe already Id column will be by default winch will auto generates, you need to change to different field instead.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 13:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Insert-To-Table-Postgree-from-Oracle-table/m-p/2268167#M46826</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-09-10T13:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error Insert To Table Postgree from Oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Insert-To-Table-Postgree-from-Oracle-table/m-p/2268168#M46827</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOkcAAG"&gt;@Chaerul8s&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Good to see that u want to insert data from one DB to another(Oracle to Postgres in your case).&lt;/P&gt;
&lt;P&gt;First thing what i would like to suggest is.... it is better if u use metadata/repository connection rather than using connection components.&lt;/P&gt;
&lt;P&gt;Second is that, pls check the table onto postgres...so my question is have u created the table onto postgres manually or do u want create the table using talend ???&lt;/P&gt;
&lt;P&gt;From what i see.. u might have created the manually.... so in the action on table pls give drop table if exists and create and action on data is insert by default...&lt;/P&gt;
&lt;P&gt;Also i have noticed that the datatype for ID is string(No issues),but in the source side there is no length defined while at the target u have given some length.&lt;/P&gt;
&lt;P&gt;Normally u r scenario will work 100%...&lt;/P&gt;
&lt;P&gt;pls check for few basic things....u will be good to go&amp;nbsp;&lt;/P&gt;
&lt;P&gt;also the id column is not default in postgres - that would happen only if there is a sequence&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 13:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Insert-To-Table-Postgree-from-Oracle-table/m-p/2268168#M46827</guid>
      <dc:creator>ankit7359</dc:creator>
      <dc:date>2018-09-10T13:35:22Z</dc:date>
    </item>
  </channel>
</rss>

