<?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: [resolved] tOracle output - sequence insert in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321414#M91444</link>
    <description>Hello
&lt;BR /&gt;You can see the example on 1488.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
    <pubDate>Thu, 28 Jan 2010 04:05:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-01-28T04:05:10Z</dc:date>
    <item>
      <title>[resolved] tOracle output - sequence insert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321413#M91443</link>
      <description>Hi, 
&lt;BR /&gt;I am trying to insert a bunch of columns into an Oracle table from tMap, along with an oracle sequence. 
&lt;BR /&gt;I have the following process: 
&lt;BR /&gt;tFileInputDelimited connected to tMap component connected to tOracleOutput. 
&lt;BR /&gt;In tMap, I mapped out all the columns from the delimited file. 
&lt;BR /&gt;In tOracleOutput, I went into Advanced Settings, and defined an Oracle sequence giving it a name and an sql expression: 
&lt;BR /&gt;vrtx_lexnex_ap_invoices_int_s.nextval, and specified the refence column that I want the sequence to be inserted into. 
&lt;BR /&gt;I am getting an error on tOracleOutput (Component Error). 
&lt;BR /&gt;Do I need to do something in tMap, so that tOutputOracle knows about the sequence name. 
&lt;BR /&gt;Please let me know, 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Boris</description>
      <pubDate>Sat, 16 Nov 2024 13:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321413#M91443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tOracle output - sequence insert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321414#M91444</link>
      <description>Hello
&lt;BR /&gt;You can see the example on 1488.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 28 Jan 2010 04:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321414#M91444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-28T04:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tOracle output - sequence insert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321415#M91445</link>
      <description>Hi Shong, 
&lt;BR /&gt;I followed the example and still getting an error. 
&lt;BR /&gt;Do I need to define this column in tMap somehow? Or is the only thing I need to do is define it in additional columns in tOracleOutput? 
&lt;BR /&gt;In additional columns, after "Before", whic column do I put in as reference column? 
&lt;BR /&gt;I am stuck in my development project, and your help would be greatly appreciated. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Boris</description>
      <pubDate>Thu, 28 Jan 2010 13:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321415#M91445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-28T13:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tOracle output - sequence insert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321416#M91446</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I am stuck in my development project, and your help would be greatly appreciated.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;What's your error message? You don't show me what's wrong, it is a simple question but I can' t help you without any info about your job!!! I think you should upload some screenshots of your job, so I could know what are doing and what you are doing wrong, 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 28 Jan 2010 14:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321416#M91446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-28T14:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tOracle output - sequence insert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321417#M91447</link>
      <description>Just to clarify here's exactly what I did in tOracleOutput: 
&lt;BR /&gt;I have a column invoice_interface_id, and i need to insert an Oracle sequence into it. 
&lt;BR /&gt;In advanced columns I specify: 
&lt;BR /&gt;name: "invoice_interface_id" 
&lt;BR /&gt;SQL expression:"vrtx.vrtx_lexnex_ap_invoices_int_s.nextval" 
&lt;BR /&gt;Position: Before 
&lt;BR /&gt;Reference column: invoice_interface_id 
&lt;BR /&gt;in tMap, I created a column: invoice_interface_id, and left Expression as blank. 
&lt;BR /&gt;If I remove invoice_interface_id column from tMap, in tOracleOutput, Reference_column invoice_interface_id disappears from the option window. 
&lt;BR /&gt;What do I need to do?</description>
      <pubDate>Thu, 28 Jan 2010 14:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321417#M91447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-28T14:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tOracle output - sequence insert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321418#M91448</link>
      <description>The error I get is:&lt;BR /&gt;ORA-00957: duplicate column name</description>
      <pubDate>Thu, 28 Jan 2010 14:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321418#M91448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-28T14:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tOracle output - sequence insert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321419#M91449</link>
      <description>Hello 
&lt;BR /&gt;What's your table structure in your oracle db?
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 28 Jan 2010 14:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321419#M91449</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-28T14:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tOracle output - sequence insert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321420#M91450</link>
      <description>You don't need define invoice_interface_id column on tMap, remove it. 
&lt;BR /&gt;In advanced columns specify: 
&lt;BR /&gt;name: "invoice_interface_id" 
&lt;BR /&gt;SQL expression:"vrtx.vrtx_lexnex_ap_invoices_int_s.nextval" 
&lt;BR /&gt;Position: Before 
&lt;BR /&gt;Reference column: the column after invoice_interface_id in your real table(for example, there are three columns in your table: 
&lt;BR /&gt;invoice_interface_id,name,age 
&lt;BR /&gt;the reference column is name here)</description>
      <pubDate>Thu, 28 Jan 2010 14:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321420#M91450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-28T14:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tOracle output - sequence insert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321421#M91451</link>
      <description>Hi Shong, 
&lt;BR /&gt;I found the issue. I removed the column from tMap, and renamed everything correctly in tOracleOutput. 
&lt;BR /&gt;Thanks for helping out. 
&lt;BR /&gt;Boris</description>
      <pubDate>Thu, 28 Jan 2010 14:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321421#M91451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-28T14:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tOracle output - sequence insert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321422#M91452</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;You don't need define invoice_interface_id column on tMap, remove it.&lt;BR /&gt;In advanced columns specify:&lt;BR /&gt;name: "invoice_interface_id"&lt;BR /&gt;SQL expression:"vrtx.vrtx_lexnex_ap_invoices_int_s.nextval"&lt;BR /&gt;Position: Before&lt;BR /&gt;Reference column: the column after invoice_interface_id in your real table(for example, there are three columns in your table: &lt;BR /&gt;invoice_interface_id,name,age&lt;BR /&gt;the reference column is name here)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;If i select the toracleoutput action on data to Insert or Update, it throws an error stating it requires Key. If i want to do insert or update how do i do it.</description>
      <pubDate>Tue, 30 Aug 2011 18:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321422#M91452</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-08-30T18:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tOracle output - sequence insert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321423#M91453</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;If i select the toracleoutput action on data to Insert or Update, it throws an error stating it requires Key. If i want to do insert or update how do i do it.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;For update action, you need to set one column as key on the schema of tOracleOutput. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 31 Aug 2011 07:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321423#M91453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-31T07:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tOracle output - sequence insert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321424#M91454</link>
      <description>&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;For update action, you need to set one column as key on the schema of tOracleOutput.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;Shong&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#000000"&gt;Hi Shong,&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#000000"&gt;I have a question related to this topic and need the answer.&lt;BR /&gt;If my target table uses the sequence numbers generated by Oracle Sequence as a primary key, how to accomplish insert/update on tOracleOutput?&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#000000"&gt;Did you mean I should use an &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;alternate key&lt;/STRONG&gt;&lt;/FONT&gt; on the schema of tOracleOutput to do insert/update?&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#000000"&gt;Thanks!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 22:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracle-output-sequence-insert/m-p/2321424#M91454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-30T22:08:10Z</dc:date>
    </item>
  </channel>
</rss>

