<?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: Direct Discovery Oracle Error (Table doesn't exist in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Oracle-Error-Table-doesn-t-exist/m-p/563905#M681276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change your sql to uppercase: columns to uppercase, tables to uppercase&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried direct discovery with my oracle db and I have the same problem (doubel quotes added to the query)&lt;/P&gt;&lt;P&gt;Changed all to uppercase and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try with an Oracle tool as sqlplus&lt;/P&gt;&lt;P&gt;select sysdate from dual&lt;/P&gt;&lt;P&gt;select sysdate from "DUAL"&lt;/P&gt;&lt;P&gt;select sysdate from "dual"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first and seconds work&lt;/P&gt;&lt;P&gt;last one doesn't&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2014 19:20:46 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-04-03T19:20:46Z</dc:date>
    <item>
      <title>Direct Discovery Oracle Error (Table doesn't exist</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Oracle-Error-Table-doesn-t-exist/m-p/563901#M681272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using sql select, my sql runs just fine.&amp;nbsp; switching over to direct discovery I am getting oracle errors from the database that the table doesn't exist.&amp;nbsp; Any ideas what i'm doing wrong?&amp;nbsp; I'm using an OLEDB connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sql select&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;acct_system_portf_no,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sec_source_id,&lt;/P&gt;&lt;P&gt;portfolio_type,&lt;/P&gt;&lt;P&gt;base_ccy,&lt;/P&gt;&lt;P&gt;portfolio_name,&lt;/P&gt;&lt;P&gt;update_date&lt;/P&gt;&lt;P&gt;FROM fidb.portfolio_universe;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIRECT QUERY&lt;/P&gt;&lt;P&gt;dimension&lt;/P&gt;&lt;P&gt;acct_system_portf_no,&lt;/P&gt;&lt;P&gt;sec_source_id,&lt;/P&gt;&lt;P&gt;portfolio_type,&lt;/P&gt;&lt;P&gt;base_ccy&lt;/P&gt;&lt;P&gt;measure&lt;/P&gt;&lt;P&gt;portfolio_name&lt;/P&gt;&lt;P&gt;detail&lt;/P&gt;&lt;P&gt;update_date&lt;/P&gt;&lt;P&gt;FROM fidb.portfolio_universe;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error:&lt;/P&gt;&lt;P&gt;ErrorSource: OraOLEDB, ErrorMsg: ORA-00942: table or view does not exist&lt;/P&gt;&lt;P&gt;DIRECT QUERY&lt;/P&gt;&lt;P&gt;dimension&lt;/P&gt;&lt;P&gt;acct_system_portf_no,&lt;/P&gt;&lt;P&gt;sec_source_id,&lt;/P&gt;&lt;P&gt;portfolio_type,&lt;/P&gt;&lt;P&gt;base_ccy,&lt;/P&gt;&lt;P&gt;portfolio_name,&lt;/P&gt;&lt;P&gt;update_date&lt;/P&gt;&lt;P&gt;FROM fidb.portfolio_universe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DirectTable &amp;lt;&amp;lt; INL43F7 0 lines fetched&lt;/P&gt;&lt;P&gt;"fidb"."portfolio_universe".acct_system_portf_no (fetching)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 19:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-Oracle-Error-Table-doesn-t-exist/m-p/563901#M681272</guid>
      <dc:creator />
      <dc:date>2014-03-26T19:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery Oracle Error (Table doesn't exist</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Oracle-Error-Table-doesn-t-exist/m-p/563902#M681273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, please check this limitations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Oracle database tables with LONG datatype columns are not supported. &lt;/LI&gt;&lt;LI&gt;Big integers in scientific notation, outside range [-9007199254740990, 9007199254740991], can cause rounding errors and undefined behavior. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Tonial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 12:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-Oracle-Error-Table-doesn-t-exist/m-p/563902#M681273</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2014-03-27T12:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery Oracle Error (Table doesn't exist</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Oracle-Error-Table-doesn-t-exist/m-p/563903#M681274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neither of those are issues in this particular query/table unfortunately&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 14:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-Oracle-Error-Table-doesn-t-exist/m-p/563903#M681274</guid>
      <dc:creator />
      <dc:date>2014-03-27T14:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery Oracle Error (Table doesn't exist</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Oracle-Error-Table-doesn-t-exist/m-p/563904#M681275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to trace the sql queries being generated by QV.&amp;nbsp; How do I remove the " (double quotes) from the query creation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT DISTINCT "acct_system_portf_no" FROM "portfolio_universe"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 18:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-Oracle-Error-Table-doesn-t-exist/m-p/563904#M681275</guid>
      <dc:creator />
      <dc:date>2014-04-03T18:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery Oracle Error (Table doesn't exist</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Oracle-Error-Table-doesn-t-exist/m-p/563905#M681276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change your sql to uppercase: columns to uppercase, tables to uppercase&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried direct discovery with my oracle db and I have the same problem (doubel quotes added to the query)&lt;/P&gt;&lt;P&gt;Changed all to uppercase and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try with an Oracle tool as sqlplus&lt;/P&gt;&lt;P&gt;select sysdate from dual&lt;/P&gt;&lt;P&gt;select sysdate from "DUAL"&lt;/P&gt;&lt;P&gt;select sysdate from "dual"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first and seconds work&lt;/P&gt;&lt;P&gt;last one doesn't&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 19:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-Oracle-Error-Table-doesn-t-exist/m-p/563905#M681276</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-03T19:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery Oracle Error (Table doesn't exist</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Oracle-Error-Table-doesn-t-exist/m-p/563906#M681277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant! Thank you so much.&amp;nbsp; I've spent days banging my head against the wall.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 20:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-Oracle-Error-Table-doesn-t-exist/m-p/563906#M681277</guid>
      <dc:creator />
      <dc:date>2014-04-03T20:11:33Z</dc:date>
    </item>
  </channel>
</rss>

