<?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: tOracleOutput multi column primary key in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333020#M101844</link>
    <description>&lt;P&gt;I found what was wrong, its my fault. In my schemas I have START_DATETIME and END_DATETIME as Date but in DB it is VARCHAR2...&lt;BR /&gt;After change, its working and dont insert duplicated values &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Thanks you boys&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Feb 2018 08:50:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-05T08:50:08Z</dc:date>
    <item>
      <title>tOracleOutput multi column primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333009#M101833</link>
      <description>&lt;P&gt;Hello, i have one problem. I use in my project tOracleOutput. In my table I dont have primary key. But i want use in talend job multi column primary key. When i check (in tOracleOutput-Advanced settings-Use field options) checkbox only in one row (update) that is work fine, but when i check more rows, that ignore them and insert new rows.....can u help me with this ???&lt;BR /&gt;I use talend openstudio 6.2.1 and in tOracleOutput-Action on data i try both - "Insert or update" and "Update or insert"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 09:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333009#M101833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-31T09:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput multi column primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333010#M101834</link>
      <description>&lt;P&gt;Can you give an example of what you are seeing in data? If you have 5 columns (colA, colB, colC, colD and colE) and have your composite key on colA, colB, and colC, you would tick the&amp;nbsp;corresponding tick boxes for update key in the field options box. If colA, colB and colC hold A B C in the first row of data and you have insert or update, then the row will be inserted. If A B C is in the second row, then the record will be updated. If A D C is in the third row, then the record will be inserted, and if A D C is in the fourth row, it will cause an update.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where is yours going wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 10:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333010#M101834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-31T10:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput multi column primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333011#M101835</link>
      <description>&lt;P&gt;Hellou my example is&lt;BR /&gt;I have 5 columns (colA, colB, colC, colD and colE), I checked box (key in field options) for columns&amp;nbsp;&lt;SPAN&gt;colA, colB, colC, colD&lt;BR /&gt;Table is empty and I insert row with values A B C D&amp;nbsp;X, its all right row was inserted.&lt;BR /&gt;Nexttime I insert row with values (A B C D Z) but it was inserted too (with both option "Insert or update" and "Update or insert").&lt;BR /&gt;Why was second row added when he have same values A B C D ???&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 05:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333011#M101835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T05:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput multi column primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333012#M101836</link>
      <description>&lt;P&gt;This is very strange. Your expectations sound correct. Can you give us a screenshot of your configuration?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 09:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333012#M101836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T09:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput multi column primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333013#M101837</link>
      <description>&lt;P&gt;That`s my configuration.&amp;nbsp;&lt;BR /&gt;After running, job create duplicty rows.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-02-01 10_31_25-Talend Open Studio for ESB (6.2.1.20160704_1411) _ tFYT_PS4 (Connection_ FytPs4W.png" style="width: 261px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lscj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149612iBE23A1A930934B07/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lscj.png" alt="0683p000009Lscj.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-02-01 10_31_47-Talend Open Studio for ESB (6.2.1.20160704_1411) _ tFYT_PS4 (Connection_ FytPs4W.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lsqb.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139499iC35F3F0FEC597337/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lsqb.png" alt="0683p000009Lsqb.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-02-01 10_32_23-Talend Open Studio for ESB (6.2.1.20160704_1411) _ tFYT_PS4 (Connection_ FytPs4W.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsqW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140790iBA88EABCE6300FFC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsqW.png" alt="0683p000009LsqW.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 09:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333013#M101837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T09:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput multi column primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333014#M101838</link>
      <description>&lt;P&gt;do you marked Key for those key columns in Schema of tOracleouput?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 10:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333014#M101838</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-02-01T10:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput multi column primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333015#M101839</link>
      <description>&lt;P&gt;Can you show us the data you are seeing this issue with? Your config looks OK. It is looking like it *could* be a bug. I'd need to see your input and output data examples before I am sure of this. For example, are you sure the data is exactly the same (no rogue characters, spaces, etc?) What version of Talend are you using?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 10:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333015#M101839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T10:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput multi column primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333016#M101840</link>
      <description>&lt;P&gt;Yes i have it marked as key in tOracle schema&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 06:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333016#M101840</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-05T06:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput multi column primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333017#M101841</link>
      <description>&lt;P&gt;no spaces and etc.&lt;BR /&gt;1 col LINE_NAME is string val PSF01&lt;/P&gt;
&lt;P&gt;2 col START_DATETIME&amp;nbsp;&lt;SPAN&gt;VARCHAR2 val&amp;nbsp;05-FEB-18&lt;/SPAN&gt;&lt;BR /&gt;3 col END_DATETIME VARCHAR2 val&amp;nbsp;05-FEB-18&lt;BR /&gt;4 col UNIT INTEGER val&amp;nbsp;306&lt;BR /&gt;5 col MODEL_NAME VARCHAR2 val&amp;nbsp;CUH-XXXXAA01W&lt;BR /&gt;6 col CREATE_TIME DATE val&amp;nbsp;2018/02/05 07:33:20 AM&lt;BR /&gt;values are same as input data, and in table I have duplicities&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 06:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333017#M101841</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-05T06:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput multi column primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333018#M101842</link>
      <description>&lt;P&gt;can you show tmap and why you have checked to Updatable for key columns?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 06:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333018#M101842</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-02-05T06:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput multi column primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333019#M101843</link>
      <description>&lt;P&gt;Updatable was checked as default, I dont change it, but can I try i&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-02-05 07_57_34-Talend Open Studio for ESB - tMap - tMap_2.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lsj4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150468i3460BD1D24721FA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lsj4.png" alt="0683p000009Lsj4.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 06:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333019#M101843</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-05T06:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput multi column primary key</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333020#M101844</link>
      <description>&lt;P&gt;I found what was wrong, its my fault. In my schemas I have START_DATETIME and END_DATETIME as Date but in DB it is VARCHAR2...&lt;BR /&gt;After change, its working and dont insert duplicated values &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Thanks you boys&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 08:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-multi-column-primary-key/m-p/2333020#M101844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-05T08:50:08Z</dc:date>
    </item>
  </channel>
</rss>

