<?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: Error : tOracleBulkExec component table and view does not exist in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-tOracleBulkExec-component-table-and-view-does-not-exist/m-p/2239177#M27052</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; The Oracle error "&lt;SPAN&gt;ORA-00942: table or view does not exist" is quite common error when one of the below issue happens.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;OL&gt; 
 &lt;LI&gt;Referencing a table or view that does not exist&lt;/LI&gt; 
 &lt;LI&gt;Using an unauthorized synonym&lt;/LI&gt; 
 &lt;LI&gt;Using an expression of view where a table is required&lt;/LI&gt; 
 &lt;LI&gt;Attempting to use a table without proper permission or privilege&lt;/LI&gt; 
&lt;/OL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Since you have told that you were able to do the operation with tOracleOutput, could you please advise the Table operation you selected in the component? If there is privilege issue, you would not have been able to create the table if not available already.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Another quite common mistake which I used to do when I was a developer is to use wrong user id to do the operation where table will not be available. There is high chance that table will be under separate user/schema. Could you please look these issues and come back?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Feb 2019 13:06:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-05T13:06:47Z</dc:date>
    <item>
      <title>Error : tOracleBulkExec component table and view does not exist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-tOracleBulkExec-component-table-and-view-does-not-exist/m-p/2239174#M27049</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am trying to use tOracleBulkExec component (6.3) to "UPDATE" an Oracle table from a .csv file&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am getting the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Exception in component tOracleBulkExec_1_t0BE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried using&amp;nbsp;tOracleOutputBulk and tOracleOutputBulkExec but still Iam getting the same error&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried using tOracleOutput component its is working fine. but since I have to update large volume of data and performance is the concern, cannot prefer doing via tOracleOutput&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone please assist&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-tOracleBulkExec-component-table-and-view-does-not-exist/m-p/2239174#M27049</guid>
      <dc:creator>Ajay3</dc:creator>
      <dc:date>2024-11-16T06:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error : tOracleBulkExec component table and view does not exist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-tOracleBulkExec-component-table-and-view-does-not-exist/m-p/2239175#M27050</link>
      <description>&lt;P&gt;check if you have Create table permission in the schema ? you must have create table permission to do Update mode operation.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Also check if same job works in "append" mode instead of update ? if all ok it means no issue with your job design and above is only reason you have this issue.&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Let me know if you are able to identify issue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Feb 2019 18:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-tOracleBulkExec-component-table-and-view-does-not-exist/m-p/2239175#M27050</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-02-03T18:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error : tOracleBulkExec component table and view does not exist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-tOracleBulkExec-component-table-and-view-does-not-exist/m-p/2239176#M27051</link>
      <description>&lt;P&gt;can you please check above&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 06:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-tOracleBulkExec-component-table-and-view-does-not-exist/m-p/2239176#M27051</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-02-05T06:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error : tOracleBulkExec component table and view does not exist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-tOracleBulkExec-component-table-and-view-does-not-exist/m-p/2239177#M27052</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; The Oracle error "&lt;SPAN&gt;ORA-00942: table or view does not exist" is quite common error when one of the below issue happens.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;OL&gt; 
 &lt;LI&gt;Referencing a table or view that does not exist&lt;/LI&gt; 
 &lt;LI&gt;Using an unauthorized synonym&lt;/LI&gt; 
 &lt;LI&gt;Using an expression of view where a table is required&lt;/LI&gt; 
 &lt;LI&gt;Attempting to use a table without proper permission or privilege&lt;/LI&gt; 
&lt;/OL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Since you have told that you were able to do the operation with tOracleOutput, could you please advise the Table operation you selected in the component? If there is privilege issue, you would not have been able to create the table if not available already.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Another quite common mistake which I used to do when I was a developer is to use wrong user id to do the operation where table will not be available. There is high chance that table will be under separate user/schema. Could you please look these issues and come back?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 13:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-tOracleBulkExec-component-table-and-view-does-not-exist/m-p/2239177#M27052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-05T13:06:47Z</dc:date>
    </item>
  </channel>
</rss>

