<?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 missing keyword &amp;quot;VALUES&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271749#M49253</link>
    <description>Hi&lt;BR /&gt;Could you send me an email and attach this job?&lt;BR /&gt;I will test it for you.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
    <pubDate>Mon, 18 Jun 2012 08:59:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-06-18T08:59:56Z</dc:date>
    <item>
      <title>tOracleOutput missing keyword "VALUES"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271746#M49250</link>
      <description>Hi all,
&lt;BR /&gt;I'm using TOS 5.0.1.r74687-64bit on windows 7 64bit.
&lt;BR /&gt;I'm trying to upload data into my Oracle DB using tOracleOutput. I get the Oracle error: 
&lt;BR /&gt;ORA-00926: missing VALUES keyword
&lt;BR /&gt;Although the java source code contains the keyword, I still get the error. Does anyone know a solution to this?
&lt;BR /&gt;
&lt;I&gt;String insert_tOracleOutput_2 = "INSERT INTO " + tableName_tOracleOutput_2 + " (column1, column2) VALUES (?,?)";&lt;/I&gt;
&lt;BR /&gt;
&lt;BR /&gt;Regards,
&lt;BR /&gt;Benjamin</description>
      <pubDate>Mon, 18 Jun 2012 08:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271746#M49250</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-06-18T08:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput missing keyword "VALUES"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271747#M49251</link>
      <description>Hi Benjamin&lt;BR /&gt;Please use tJava to print ((String)globalMap.get("tOracleOutput_1_QUERY")) by using "OnsubjobError" on tOracleOutput. The query may be not correct.&lt;BR /&gt;Do not select "Die on error" option on tOracleOutput.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 18 Jun 2012 08:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271747#M49251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-18T08:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput missing keyword "VALUES"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271748#M49252</link>
      <description>No message is printed:&lt;BR /&gt;Starting job oracleTest at 09:55 18/06/2012.&lt;BR /&gt; connecting to socket on port 3460&lt;BR /&gt; connected&lt;BR /&gt;ORA-00926: missing values keyword&lt;BR /&gt; disconnected&lt;BR /&gt;Job oracleTest ended at 09:55 18/06/2012.</description>
      <pubDate>Mon, 18 Jun 2012 08:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271748#M49252</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-06-18T08:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput missing keyword "VALUES"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271749#M49253</link>
      <description>Hi&lt;BR /&gt;Could you send me an email and attach this job?&lt;BR /&gt;I will test it for you.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 18 Jun 2012 08:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271749#M49253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-18T08:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput missing keyword "VALUES"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271750#M49254</link>
      <description>done,&lt;BR /&gt;thank you!</description>
      <pubDate>Mon, 18 Jun 2012 09:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271750#M49254</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-06-18T09:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput missing keyword "VALUES"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271751#M49255</link>
      <description>Hi Benjamin
&lt;BR /&gt;It seems you didn't export this job correctly. I get an invalid zip file.
&lt;BR /&gt;Step1: Right click on this job.
&lt;BR /&gt;Step2: Select "Export Items".
&lt;BR /&gt;Step3: Browser the name of this zip file and click on "Finish".
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 18 Jun 2012 09:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271751#M49255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-18T09:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput missing keyword "VALUES"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271752#M49256</link>
      <description>Okay,&lt;BR /&gt;i send you the exported items.&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 18 Jun 2012 09:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271752#M49256</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-06-18T09:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput missing keyword "VALUES"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271753#M49257</link>
      <description>Hi&lt;BR /&gt;I notice that what you typed in "Table" text field is "I2B2IDRT.IDRTHelper".&lt;BR /&gt;Please change it into "IDRTHelper".&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 18 Jun 2012 09:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271753#M49257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-18T09:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutput missing keyword "VALUES"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271754#M49258</link>
      <description>Thank you, that helped. Stupid mistake.&lt;BR /&gt;Regards,&lt;BR /&gt;Benjamin</description>
      <pubDate>Mon, 18 Jun 2012 09:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutput-missing-keyword-quot-VALUES-quot/m-p/2271754#M49258</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-06-18T09:35:34Z</dc:date>
    </item>
  </channel>
</rss>

