<?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: tOracleInput with Materialized View in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tOracleInput-with-Materialized-View/m-p/2234512#M23850</link>
    <description>Hi,
&lt;BR /&gt;I didn't try materialized views in TalenD but already found some bugs related to Oracle and Talend. As soon as the materialized view works in little different way against standard view internally in Oracle database, I would expect also different way of retrieving data from this type of object, but maybe I am wrong...
&lt;BR /&gt;Please post screenshot of tOracleInput component configuration, I would expect some error related to ORA-XXX...
&lt;BR /&gt;If you think you found bug, please report it to talend bugtracker, their response is as fast as possible.
&lt;BR /&gt;Best regards,
&lt;BR /&gt;archenroot</description>
    <pubDate>Sun, 14 Nov 2010 22:14:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-11-14T22:14:15Z</dc:date>
    <item>
      <title>tOracleInput with Materialized View</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleInput-with-Materialized-View/m-p/2234511#M23849</link>
      <description>It is possible to run a query on a Oracle Materialized View? 
&lt;BR /&gt;I am able to run a query from sqldeveloper "select * from schema.MaterializedView" where MaterializedView is categorised as Materialized View by sqldeveloper. 
&lt;BR /&gt;However, if I add the same query to the tOracleInput component (all other parameters are set), I get the following error 
&lt;BR /&gt;Exception in component tOracleInput_9 
&lt;BR /&gt;java.sql.SQLException: ORA-00942: table or view does not exist 
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112) 
&lt;BR /&gt; at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331) 
&lt;BR /&gt; at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288) 
&lt;BR /&gt; at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745) 
&lt;BR /&gt; at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:207) 
&lt;BR /&gt; at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:801) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1039) 
&lt;BR /&gt; at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.java:841) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1134) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1274) 
&lt;BR /&gt; at ... 
&lt;BR /&gt;Any ideas why this is happening and suggestions on how to resolve it?</description>
      <pubDate>Sat, 16 Nov 2024 13:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleInput-with-Materialized-View/m-p/2234511#M23849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleInput with Materialized View</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleInput-with-Materialized-View/m-p/2234512#M23850</link>
      <description>Hi,
&lt;BR /&gt;I didn't try materialized views in TalenD but already found some bugs related to Oracle and Talend. As soon as the materialized view works in little different way against standard view internally in Oracle database, I would expect also different way of retrieving data from this type of object, but maybe I am wrong...
&lt;BR /&gt;Please post screenshot of tOracleInput component configuration, I would expect some error related to ORA-XXX...
&lt;BR /&gt;If you think you found bug, please report it to talend bugtracker, their response is as fast as possible.
&lt;BR /&gt;Best regards,
&lt;BR /&gt;archenroot</description>
      <pubDate>Sun, 14 Nov 2010 22:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleInput-with-Materialized-View/m-p/2234512#M23850</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-14T22:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleInput with Materialized View</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleInput-with-Materialized-View/m-p/2234513#M23851</link>
      <description>Hi Folks,&lt;BR /&gt;I am getting below error. I ran the query in oracle as it is given in component toracleinput_5. Please assist me.&lt;BR /&gt;&lt;BR /&gt;Starting job temp at 02:30 27/04/2012.&lt;BR /&gt; connecting to socket on port 3846&lt;BR /&gt; connected&lt;BR /&gt;Exception in component tOracleInput_5&lt;BR /&gt;java.sql.SQLException: ORA-00942: table or view does not exist&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)&lt;BR /&gt;	at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)&lt;BR /&gt;	at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)&lt;BR /&gt;	at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)&lt;BR /&gt;	at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:207)&lt;BR /&gt;	at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:801)&lt;BR /&gt;	at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1039)&lt;BR /&gt;	at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.java:841)&lt;BR /&gt;	at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1134)&lt;BR /&gt;	at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1274)&lt;BR /&gt;	at talend_dev.temp_0_1.temp.tOracleInput_5Process(temp.java:5514)&lt;BR /&gt;	at talend_dev.temp_0_1.temp.tFileInputExcel_3Process(temp.java:1560)&lt;BR /&gt;	at talend_dev.temp_0_1.temp.tOracleConnection_1Process(temp.java:1014)&lt;BR /&gt; disconnected&lt;BR /&gt;	at talend_dev.temp_0_1.temp.runJobInTOS(temp.java:6061)&lt;BR /&gt;	at talend_dev.temp_0_1.temp.main(temp.java:5685)&lt;BR /&gt;Job temp ended at 02:30 27/04/2012.</description>
      <pubDate>Fri, 27 Apr 2012 07:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleInput-with-Materialized-View/m-p/2234513#M23851</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-04-27T07:36:26Z</dc:date>
    </item>
  </channel>
</rss>

