<?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: issue with toracleinput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/issue-with-toracleinput/m-p/2376798#M138844</link>
    <description>Hi Sabrina,
&lt;BR /&gt;
&lt;BR /&gt;I tried using the query you have suggested, but still it doesnt work. Below is the error i see in there
&lt;BR /&gt;
&lt;BR /&gt;[statistics] connecting to socket on port 4011
&lt;BR /&gt;[statistics] connected
&lt;BR /&gt;Exception in component tOracleInput_1
&lt;BR /&gt;java.sql.SQLException: Invalid column type: getTimestamp not implemented for class oracle.jdbc.driver.T4CNumberAccessor
&lt;BR /&gt;at oracle.jdbc.driver.GeneratedAccessor.getTimestamp(GeneratedAccessor.java:748)
&lt;BR /&gt;at oracle.jdbc.driver.GeneratedStatement.getTimestamp(GeneratedStatement.java:360)
&lt;BR /&gt;at oracle.jdbc.driver.GeneratedScrollableResultSet.getTimestamp(GeneratedScrollableResultSet.java:1008)
&lt;BR /&gt;at local.serveralive_0_1.serveralive.tOracleInput_1Process(serveralive.java:1498)
&lt;BR /&gt;at local.serveralive_0_1.serveralive.runJobInTOS(serveralive.java:2394)
&lt;BR /&gt;at local.serveralive_0_1.serveralive.main(serveralive.java:2251)
&lt;BR /&gt;Best Regards,</description>
    <pubDate>Fri, 28 Aug 2015 09:13:09 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2015-08-28T09:13:09Z</dc:date>
    <item>
      <title>issue with toracleinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-with-toracleinput/m-p/2376792#M138838</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;i have a toracleinput with a sql query in it and i would like the result to be written to a flat file from the input sqlquery. But it just creates a empty csv or xls file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 10:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-with-toracleinput/m-p/2376792#M138838</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-08-26T10:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: issue with toracleinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-with-toracleinput/m-p/2376793#M138839</link>
      <description>Hi b.ram85, 
&lt;BR /&gt; 
&lt;BR /&gt;Could you please show us your job design screenshots into forum so that we can address your issue quickly. 
&lt;BR /&gt;What's the sql query in tOralceInput component? 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 27 Aug 2015 04:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-with-toracleinput/m-p/2376793#M138839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-27T04:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: issue with toracleinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-with-toracleinput/m-p/2376794#M138840</link>
      <description>Hi Sabrina,&lt;BR /&gt;Attached here is the image:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the sql query in toracleinput works fine when it doesnt have a count(*) function used in there. eg: select count(*) from tac_amc doesnt write the data to output file. But if we take out the count(*) function and use individual columns then it write's the data to outputfile. Is there any limitation ?&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 27 Aug 2015 08:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-with-toracleinput/m-p/2376794#M138840</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-08-27T08:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: issue with toracleinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-with-toracleinput/m-p/2376795#M138841</link>
      <description>&lt;BLOCKQUOTE&gt;
  xdshi wrote: 
 &lt;BR /&gt;Hi b.ram85, 
 &lt;BR /&gt; 
 &lt;BR /&gt;Could you please show us your job design screenshots into forum so that we can address your issue quickly. 
 &lt;BR /&gt;What's the sql query in tOralceInput component? 
 &lt;BR /&gt; 
 &lt;BR /&gt;Best regards 
 &lt;BR /&gt;Sabrina 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi Sabrina, thx for the reply. My query had some special characters, after changing them the job ran fine</description>
      <pubDate>Thu, 27 Aug 2015 09:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-with-toracleinput/m-p/2376795#M138841</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-08-27T09:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: issue with toracleinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-with-toracleinput/m-p/2376796#M138842</link>
      <description>i have my query as this&amp;nbsp;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 "select \"COUNT(*)\"FROM TAC_AMC.flowmetercatcher"
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;it throws error, but when i use the query with exact column names as below:
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 "SELECT&amp;nbsp;
 &lt;BR /&gt;&amp;nbsp; TAC_AMC.flowmetercatcher.MOMENT,&amp;nbsp;
 &lt;BR /&gt;&amp;nbsp; TAC_AMC.flowmetercatcher.PID,&amp;nbsp;
 &lt;BR /&gt;&amp;nbsp; TAC_AMC.flowmetercatcher.FATHER_PID,&amp;nbsp;
 &lt;BR /&gt;&amp;nbsp; TAC_AMC.flowmetercatcher.ROOT_PID,&amp;nbsp;
 &lt;BR /&gt;&amp;nbsp; TAC_AMC.flowmetercatcher.SYSTEM_PID,&amp;nbsp;
 &lt;BR /&gt;&amp;nbsp; TAC_AMC.flowmetercatcher.PROJECT,&amp;nbsp;
 &lt;BR /&gt;&amp;nbsp; TAC_AMC.flowmetercatcher.JOB,&amp;nbsp;
 &lt;BR /&gt;&amp;nbsp; TAC_AMC.flowmetercatcher.JOB_REPOSITORY_ID,&amp;nbsp;
 &lt;BR /&gt;&amp;nbsp; TAC_AMC.flowmetercatcher.JOB_VERSION,&amp;nbsp;
 &lt;BR /&gt;&amp;nbsp; TAC_AMC.flowmetercatcher.CONTEXT,&amp;nbsp;
 &lt;BR /&gt;&amp;nbsp; TAC_AMC.flowmetercatcher.ORIGIN,&amp;nbsp;
 &lt;BR /&gt;&amp;nbsp; TAC_AMC.flowmetercatcher.LABEL,&amp;nbsp;
 &lt;BR /&gt;&amp;nbsp; TAC_AMC.flowmetercatcher.\"COUNT\",&amp;nbsp;
 &lt;BR /&gt;&amp;nbsp; TAC_AMC.flowmetercatcher.REFERENCE,&amp;nbsp;
 &lt;BR /&gt;&amp;nbsp; TAC_AMC.flowmetercatcher.THRESHOLDS
 &lt;BR /&gt;FROM TAC_AMC.flowmetercatcher"
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;
&lt;BR /&gt;what could be the reason?</description>
      <pubDate>Thu, 27 Aug 2015 12:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-with-toracleinput/m-p/2376796#M138842</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-08-27T12:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: issue with toracleinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-with-toracleinput/m-p/2376797#M138843</link>
      <description>Hi aesgs, &lt;BR /&gt;&lt;BR /&gt;Can you use SELECT COUNT (*) FROM TAC_AMC.flowmetercatche query to write your data to output file successfully?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 28 Aug 2015 08:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-with-toracleinput/m-p/2376797#M138843</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-28T08:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: issue with toracleinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-with-toracleinput/m-p/2376798#M138844</link>
      <description>Hi Sabrina,
&lt;BR /&gt;
&lt;BR /&gt;I tried using the query you have suggested, but still it doesnt work. Below is the error i see in there
&lt;BR /&gt;
&lt;BR /&gt;[statistics] connecting to socket on port 4011
&lt;BR /&gt;[statistics] connected
&lt;BR /&gt;Exception in component tOracleInput_1
&lt;BR /&gt;java.sql.SQLException: Invalid column type: getTimestamp not implemented for class oracle.jdbc.driver.T4CNumberAccessor
&lt;BR /&gt;at oracle.jdbc.driver.GeneratedAccessor.getTimestamp(GeneratedAccessor.java:748)
&lt;BR /&gt;at oracle.jdbc.driver.GeneratedStatement.getTimestamp(GeneratedStatement.java:360)
&lt;BR /&gt;at oracle.jdbc.driver.GeneratedScrollableResultSet.getTimestamp(GeneratedScrollableResultSet.java:1008)
&lt;BR /&gt;at local.serveralive_0_1.serveralive.tOracleInput_1Process(serveralive.java:1498)
&lt;BR /&gt;at local.serveralive_0_1.serveralive.runJobInTOS(serveralive.java:2394)
&lt;BR /&gt;at local.serveralive_0_1.serveralive.main(serveralive.java:2251)
&lt;BR /&gt;Best Regards,</description>
      <pubDate>Fri, 28 Aug 2015 09:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-with-toracleinput/m-p/2376798#M138844</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-08-28T09:13:09Z</dc:date>
    </item>
  </channel>
</rss>

