<?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] table or view does not exist error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303064#M74983</link>
    <description>Hi,
&lt;BR /&gt;Can you modify you job and put a tMap in between tOracleInput and tOracleOutput and map the columns from input to output, because one of the reason this error occurs is if you don't have permissions on destinations table or if there are clob values in source and the destination had varchar2 type then this error appears
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Pavan
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi,&lt;BR /&gt;Thanks for your answer. I check the type for the columns and it's the same (i duplicate the table thanks to pl/sql developer). I try to modify and test all the "action on data" (create, drop, and so on) and nothing works. &lt;BR /&gt;Any others ideas ?!&lt;BR /&gt;Thanks and best regards&lt;BR /&gt;Dex.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Fri, 13 Apr 2012 10:10:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-04-13T10:10:23Z</dc:date>
    <item>
      <title>[resolved] table or view does not exist error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303059#M74978</link>
      <description>Hi ! 
&lt;BR /&gt;I began on Talend. I managed to connect Talend with my DB but when i want to extract data, i got a problem. Here is the backtrace : 
&lt;BR /&gt;Exception in component tOracleInput_1 
&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:113) 
&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:754) 
&lt;BR /&gt; at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:210) 
&lt;BR /&gt; at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:804) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1051) 
&lt;BR /&gt; at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.java:845) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1156) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1315) 
&lt;BR /&gt; at testtalend.essaisixtus_0_1.EssaiSixtus.tOracleInput_1Process(EssaiSixtus.java:1171) 
&lt;BR /&gt; at testtalend.essaisixtus_0_1.EssaiSixtus.runJobInTOS(EssaiSixtus.java:2177) 
&lt;BR /&gt; at testtalend.essaisixtus_0_1.EssaiSixtus.main(EssaiSixtus.java:2045) 
&lt;BR /&gt; 
&lt;BR /&gt;I just want to copy data from an OracleInput to an OracleOutput. 
&lt;BR /&gt;I can copy the schema of my table 
&lt;BR /&gt;Connexion with my DB, it's ok 
&lt;BR /&gt;But when i want to preview the data : "broken connexion". 
&lt;BR /&gt;I use PL/SQL Developer to check if the table exist, and it's ok. 
&lt;BR /&gt;Which parameters can i modify, check ? 
&lt;BR /&gt;More informations : 
&lt;BR /&gt;OS : Windows XP Pro v2002 SP3 
&lt;BR /&gt;TOS Version: 5.0.2 Build id: r78327-20120216-0244 
&lt;BR /&gt;Generated language : Java 
&lt;BR /&gt;Thanks a lot. 
&lt;BR /&gt;Best regards. 
&lt;BR /&gt;Dex</description>
      <pubDate>Fri, 13 Apr 2012 09:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303059#M74978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-13T09:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] table or view does not exist error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303060#M74979</link>
      <description>Hi&lt;BR /&gt;can you upload the image of your job, what is the action type you have configured for tOracleOutput component, i mean to say "Action on data"&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Pavan</description>
      <pubDate>Fri, 13 Apr 2012 09:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303060#M74979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-13T09:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] table or view does not exist error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303061#M74980</link>
      <description>Hi, 
&lt;BR /&gt;I had encountered the problem, the solution for this is you need to check whether the source and destination tables have same data types for the columns defined in the schema. Kindly check for that and i hope u r issue will be resolved 
&lt;BR /&gt;Thanks and Regards, 
&lt;BR /&gt;Pavan 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi !&lt;BR /&gt;I began on Talend. I managed to connect Talend with my DB but when i want to extract data, i got a problem. Here is the backtrace :&lt;BR /&gt;Exception in component tOracleInput_1&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:113)&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:754)&lt;BR /&gt; at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:210)&lt;BR /&gt; at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:804)&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1051)&lt;BR /&gt; at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.java:845)&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1156)&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1315)&lt;BR /&gt; at testtalend.essaisixtus_0_1.EssaiSixtus.tOracleInput_1Process(EssaiSixtus.java:1171)&lt;BR /&gt; at testtalend.essaisixtus_0_1.EssaiSixtus.runJobInTOS(EssaiSixtus.java:2177)&lt;BR /&gt; at testtalend.essaisixtus_0_1.EssaiSixtus.main(EssaiSixtus.java:2045)&lt;BR /&gt;&lt;BR /&gt;I just want to copy data from an OracleInput to an OracleOutput.&lt;BR /&gt;I can copy the schema of my table&lt;BR /&gt;Connexion with my DB, it's ok&lt;BR /&gt;But when i want to preview the data : "broken connexion". &lt;BR /&gt;I use PL/SQL Developer to check if the table exist, and it's ok.&lt;BR /&gt;Which parameters can i modify, check ?&lt;BR /&gt;More informations :&lt;BR /&gt;OS : Windows XP Pro v2002 SP3&lt;BR /&gt;TOS Version: 5.0.2 Build id: r78327-20120216-0244&lt;BR /&gt;Generated language : Java&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;Best regards.&lt;BR /&gt;Dex&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 13 Apr 2012 09:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303061#M74980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-13T09:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] table or view does not exist error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303062#M74981</link>
      <description>Hi,
&lt;BR /&gt;Thanks for your answer. I check the type for the columns and it's the same (i duplicate the table thanks to pl/sql developer). I try to modify and test all the "action on data" (create, drop, and so on) and nothing works. 
&lt;BR /&gt;Any others ideas ?!
&lt;BR /&gt;Thanks and best regards
&lt;BR /&gt;Dex.</description>
      <pubDate>Fri, 13 Apr 2012 09:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303062#M74981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-13T09:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] table or view does not exist error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303063#M74982</link>
      <description>Hi,&lt;BR /&gt;I think i find my problem.  I can work on the other tables from the DB but not on my table. I think there is a specific password. Does it possible to change password according to the table ?&lt;BR /&gt;Best regards,&lt;BR /&gt;Dex.</description>
      <pubDate>Fri, 13 Apr 2012 10:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303063#M74982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-13T10:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] table or view does not exist error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303064#M74983</link>
      <description>Hi,
&lt;BR /&gt;Can you modify you job and put a tMap in between tOracleInput and tOracleOutput and map the columns from input to output, because one of the reason this error occurs is if you don't have permissions on destinations table or if there are clob values in source and the destination had varchar2 type then this error appears
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Pavan
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi,&lt;BR /&gt;Thanks for your answer. I check the type for the columns and it's the same (i duplicate the table thanks to pl/sql developer). I try to modify and test all the "action on data" (create, drop, and so on) and nothing works. &lt;BR /&gt;Any others ideas ?!&lt;BR /&gt;Thanks and best regards&lt;BR /&gt;Dex.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 13 Apr 2012 10:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303064#M74983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-13T10:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] table or view does not exist error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303065#M74984</link>
      <description>Hi,
&lt;BR /&gt;I got the problem !! It's a problem query. As you can see on this image : 
&lt;A href="http://imageshack.us/photo/my-images/404/tosrequetepb.png/" rel="nofollow noopener noreferrer"&gt;http://imageshack.us/photo/my-images/404/tosrequetepb.png/&lt;/A&gt;
&lt;BR /&gt;(Don't look my job, it's works but i have modify my request to have this result)
&lt;BR /&gt;i have "from f_total" however i need to have "from dm_report_tools.f_total".
&lt;BR /&gt; That's why the table does not exist. Do you know how to modify all the query to have the good syntax (how to prefix all my table with the good name schema ?) ?
&lt;BR /&gt;Thanks a lot, best regards
&lt;BR /&gt;Dex.</description>
      <pubDate>Fri, 13 Apr 2012 11:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303065#M74984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-13T11:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] table or view does not exist error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303066#M74985</link>
      <description>Hi,&lt;BR /&gt;If you want to retreive data from tables which are prsent in different schema of database better you create a db connection for the schema and retrieve the schema of the tables which you want to process&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Pavan</description>
      <pubDate>Fri, 13 Apr 2012 12:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303066#M74985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-13T12:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] table or view does not exist error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303067#M74986</link>
      <description>Hi, 
&lt;BR /&gt;Thanks a lot for your help. It was a parameter connexion problem. 
&lt;BR /&gt;Thanks again, best regards 
&lt;BR /&gt;Dex</description>
      <pubDate>Fri, 13 Apr 2012 13:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-table-or-view-does-not-exist-error/m-p/2303067#M74986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-13T13:23:50Z</dc:date>
    </item>
  </channel>
</rss>

