<?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: tOracleRow - Insert case statement to cast timestamp? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tOracleRow-Insert-case-statement-to-cast-timestamp/m-p/2288524#M62003</link>
    <description>&lt;P&gt;Anyone have any ideas on how to make this insert statement work in Talend DI?&lt;/P&gt;</description>
    <pubDate>Wed, 27 Dec 2017 17:09:32 GMT</pubDate>
    <dc:creator>talendtester</dc:creator>
    <dc:date>2017-12-27T17:09:32Z</dc:date>
    <item>
      <title>tOracleRow - Insert case statement to cast timestamp?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleRow-Insert-case-statement-to-cast-timestamp/m-p/2288523#M62002</link>
      <description>&lt;P&gt;I have an Oracle database table with datetime values stored in a VARCHAR column.&lt;/P&gt;&lt;P&gt;Some of the rows of data have null for the RECORD_START_TIME.&lt;/P&gt;&lt;P&gt;I am attempting to insert into a table with a TIMESTAMP(0) column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This SQL runs fine outside of Talend DI, but it errors when I try running it in the tOracleRow component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;begin&lt;BR /&gt;execute immediate 'INSERT /*+ append parallel (8) */&amp;nbsp;&amp;nbsp; INTO myDatabase.myTable&lt;BR /&gt;SELECT&lt;BR /&gt;&amp;nbsp;CASE WHEN RECORD_START_TIME is null THEN null ELSE to_timestamp( RECORD_START_TIME,''yyyy-mm-dd HH24:MI:ss'' ) END&amp;nbsp; as&amp;nbsp; RECORD_START_TIME&lt;BR /&gt;FROM myDatabase.myOtherTable';&lt;BR /&gt;execute immediate 'commit';&lt;BR /&gt;end;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error is:&lt;/P&gt;&lt;P&gt;ORA-01830: date format picture ends before converting entire input string&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 00:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleRow-Insert-case-statement-to-cast-timestamp/m-p/2288523#M62002</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2017-12-27T00:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleRow - Insert case statement to cast timestamp?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleRow-Insert-case-statement-to-cast-timestamp/m-p/2288524#M62003</link>
      <description>&lt;P&gt;Anyone have any ideas on how to make this insert statement work in Talend DI?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 17:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleRow-Insert-case-statement-to-cast-timestamp/m-p/2288524#M62003</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2017-12-27T17:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleRow - Insert case statement to cast timestamp?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleRow-Insert-case-statement-to-cast-timestamp/m-p/2288525#M62004</link>
      <description>&lt;P&gt;Still hoping someone can help with an answer...&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 23:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleRow-Insert-case-statement-to-cast-timestamp/m-p/2288525#M62004</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2018-01-02T23:25:30Z</dc:date>
    </item>
  </channel>
</rss>

