<?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: Getting the following error when creating a new query on Oracle: ERROR [HY090] [Qlik][ODBC] (11400) Table name too long. in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-the-following-error-when-creating-a-new-query-on-Oracle/m-p/2051488#M12102</link>
    <description>&lt;P&gt;&lt;A href="https://newbedev.com/what-is-the-maximum-length-of-a-table-name-in-oracle" target="_blank"&gt;https://newbedev.com/what-is-the-maximum-length-of-a-table-name-in-oracle&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2023 11:00:24 GMT</pubDate>
    <dc:creator>Chip_Matejowsky</dc:creator>
    <dc:date>2023-03-21T11:00:24Z</dc:date>
    <item>
      <title>Getting the following error when creating a new query on Oracle: ERROR [HY090] [Qlik][ODBC] (11400) Table name too long.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-the-following-error-when-creating-a-new-query-on-Oracle/m-p/1974380#M11300</link>
      <description>&lt;PRE class="aLF-aPX-K0-aPE"&gt;Hello,

I am getting the following error when I try to create a new query using Oracle source:

ERROR [HY090] [Qlik][ODBC] (11400) Table name too long.


Qlik Sense version 14.44.8&amp;nbsp; November 2021
I can use the wizard to create queries on many other sources including Oracle, but I am getting this error on 2 tables. Other table on the same schema are working fine.

One of this table is named:&amp;nbsp;&amp;nbsp;DTM_MIS_PLY.FPE_MIS_POS_METRICS_OPER_DTE_VW

I only have this issue using the wizard to select the table and fields to extract. I do not have any issue if I type the SQL code directly in the script. Example:

Select
ACNT_CD,
ARGMT_CONSOLIDATION_KEY,
OUTST_CRDT_CTV_OPER_DTE
From DTM_MIS_PLY.FPE_MIS_POS_METRICS_OPER_DTE_VW
WHERE ACNT_CURR_CD = 'CHF';

This select statement will run and will return data. But I cannot generate this script using the wizard without getting the error above.

I attached a screenshot of the error.



Thank you for your help.

Cyril
&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Aug 2022 17:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-the-following-error-when-creating-a-new-query-on-Oracle/m-p/1974380#M11300</guid>
      <dc:creator>cyrilr</dc:creator>
      <dc:date>2022-08-29T17:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the following error when creating a new query on Oracle: ERROR [HY090] [Qlik][ODBC] (11400) Table name too long.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-the-following-error-when-creating-a-new-query-on-Oracle/m-p/1974385#M11301</link>
      <description>&lt;P&gt;In Oracle DB versions prior to 12.2 (I think), the maximum length for a table name is 30 characters, and this is 31 characters. Assuming your DB is a newer version, and assuming it isn't set to an older level of compatibility, there might be a matching limitation within the Qlik Oracle ODBC connector, but it's not something I've ever tried / checked. I'd suggest trying it with the latest version of Qlik and if that doesn't work, possibly contact support about it?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 17:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-the-following-error-when-creating-a-new-query-on-Oracle/m-p/1974385#M11301</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-08-29T17:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the following error when creating a new query on Oracle: ERROR [HY090] [Qlik][ODBC] (11400) Table name too long.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-the-following-error-when-creating-a-new-query-on-Oracle/m-p/1974576#M11303</link>
      <description>&lt;P&gt;Thank you Or,&lt;/P&gt;
&lt;P&gt;Since this issue is only limited to the wizard and we can write SQL directly in the code to fetch data, it is not critical. Just annoying.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And because we can fetch data from tables with these long name, I was not sure if it was a driver issue or Qlik issue. I am not sure if I will be able to try with a newer version anytime soon. I will try Qlik support...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cyril&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 07:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-the-following-error-when-creating-a-new-query-on-Oracle/m-p/1974576#M11303</guid>
      <dc:creator>cyrilr</dc:creator>
      <dc:date>2022-08-30T07:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the following error when creating a new query on Oracle: ERROR [HY090] [Qlik][ODBC] (11400) Table name too long.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-the-following-error-when-creating-a-new-query-on-Oracle/m-p/1983366#M11414</link>
      <description>&lt;P&gt;I have just found the same issue. Wizard doesn't work but writing it out will work fine.&lt;/P&gt;
&lt;P&gt;We are on November 2021 Version and likely won't be upgrading for a few more months. Guess we will have to re-evaluate then.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 21:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-the-following-error-when-creating-a-new-query-on-Oracle/m-p/1983366#M11414</guid>
      <dc:creator>lashworth</dc:creator>
      <dc:date>2022-09-20T21:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the following error when creating a new query on Oracle: ERROR [HY090] [Qlik][ODBC] (11400) Table name too long.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-the-following-error-when-creating-a-new-query-on-Oracle/m-p/2051488#M12102</link>
      <description>&lt;P&gt;&lt;A href="https://newbedev.com/what-is-the-maximum-length-of-a-table-name-in-oracle" target="_blank"&gt;https://newbedev.com/what-is-the-maximum-length-of-a-table-name-in-oracle&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 11:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Getting-the-following-error-when-creating-a-new-query-on-Oracle/m-p/2051488#M12102</guid>
      <dc:creator>Chip_Matejowsky</dc:creator>
      <dc:date>2023-03-21T11:00:24Z</dc:date>
    </item>
  </channel>
</rss>

