<?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: Table or view does not exist in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-or-view-does-not-exist/m-p/1044921#M637938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From this message: &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;"ErrorSource: OraOLEDB, ErrorMsg: ORA-00942: table or view does not exist".&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It seems one of your table or view used in query does not exist in database...Cross check on same&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2016 10:05:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-10T10:05:26Z</dc:date>
    <item>
      <title>Table or view does not exist</title>
      <link>https://community.qlik.com/t5/QlikView/Table-or-view-does-not-exist/m-p/1044919#M637936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a very strange problem. I run a query in SQL (see below) and I get no errors, and the expected result. I run the same query in Qlikview script, and I get the error: "ErrorSource: OraOLEDB, ErrorMsg: ORA-00942: table or view does not exist".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select t1.urg_id, t1.acc_ini_di, t5.hour_dx, t4.acc_det_tr_id, t2.acc_tr_dx, t3.name&lt;/P&gt;&lt;P&gt;from dwh.tableA t1&lt;/P&gt;&lt;P&gt;inner join dwh.tableB t4 on(t1.acc_det_tr_id=t4.acc_det_tr_id)&lt;/P&gt;&lt;P&gt;left join dwh.tableC t2 on (t1.tipo_acc_tr_id=t2.tipo_acc_tr_id)&lt;/P&gt;&lt;P&gt;left join dwh.tableD t3 on (t4.ACC_VAL5_DX = t3.FUNCI_CD and t3.func_cd='MED')&lt;/P&gt;&lt;P&gt;left join dwh.tableE t5 on (t5.hour_id= t1.acc_ini_hr)&lt;/P&gt;&lt;P&gt;where t1.acc_det_tr_id =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SELECT max (t5.acc_det_tr_id)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from &lt;SPAN style="font-size: 13.3333px;"&gt;tableA &lt;/SPAN&gt;t5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; where t5.urg_id=t1.urg_id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and t5.tipo_acc_tr_id in ('62','56'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have an idea of the cause?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Ines&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 09:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-or-view-does-not-exist/m-p/1044919#M637936</guid>
      <dc:creator>inescastelhano</dc:creator>
      <dc:date>2016-03-10T09:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table or view does not exist</title>
      <link>https://community.qlik.com/t5/QlikView/Table-or-view-does-not-exist/m-p/1044920#M637937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk with ur tablenames or fieldnames in DB as well in Qlikview&amp;nbsp;&amp;nbsp; upper or lower case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 10:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-or-view-does-not-exist/m-p/1044920#M637937</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-10T10:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table or view does not exist</title>
      <link>https://community.qlik.com/t5/QlikView/Table-or-view-does-not-exist/m-p/1044921#M637938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From this message: &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;"ErrorSource: OraOLEDB, ErrorMsg: ORA-00942: table or view does not exist".&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It seems one of your table or view used in query does not exist in database...Cross check on same&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 10:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-or-view-does-not-exist/m-p/1044921#M637938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-10T10:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Table or view does not exist</title>
      <link>https://community.qlik.com/t5/QlikView/Table-or-view-does-not-exist/m-p/1044922#M637939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either the table or view really does not exist, or the user you use to connect with the database has no rights to read data from that table or view.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 10:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-or-view-does-not-exist/m-p/1044922#M637939</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-10T10:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Table or view does not exist</title>
      <link>https://community.qlik.com/t5/QlikView/Table-or-view-does-not-exist/m-p/1044923#M637940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the Connection string in QlikView. In the connection string please check the schema in which you are running the query. May be in that schema table and view really does not exist&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 10:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-or-view-does-not-exist/m-p/1044923#M637940</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-10T10:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table or view does not exist</title>
      <link>https://community.qlik.com/t5/QlikView/Table-or-view-does-not-exist/m-p/1044924#M637941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dwh &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;missing in the subquery&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;here t1.acc_det_tr_id =&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SELECT max (t5.acc_det_tr_id)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from &lt;SPAN style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;tableA &lt;/SPAN&gt;t5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;dwh.tableA&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; where t5.urg_id=t1.urg_id&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and t5.tipo_acc_tr_id in ('62','56'))&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 10:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-or-view-does-not-exist/m-p/1044924#M637941</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-03-10T10:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table or view does not exist</title>
      <link>https://community.qlik.com/t5/QlikView/Table-or-view-does-not-exist/m-p/1044925#M637942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was actually my mistake. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, &lt;/P&gt;&lt;P&gt;Ines&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 10:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-or-view-does-not-exist/m-p/1044925#M637942</guid>
      <dc:creator>inescastelhano</dc:creator>
      <dc:date>2016-03-10T10:23:21Z</dc:date>
    </item>
  </channel>
</rss>

