<?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>article MDM search is case sensitive while using an RDBMS db in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/MDM-search-is-case-sensitive-while-using-an-RDBMS-db/ta-p/2151319</link>
    <description>&lt;DIV class="talend-tkb-migrated-content"&gt;&lt;DIV class="lia-message-template-content-zone"&gt; 
 &lt;H2&gt;Overview&lt;/H2&gt; 
 &lt;P&gt;MDM's webUI search is case insensitive using xmldb (eXist/Qizx), but it is case sensitive using RDBMS db.&lt;/P&gt; 
 &lt;BR /&gt; 
 &lt;H2&gt;Environment&lt;/H2&gt; 
 &lt;P&gt;MDM 5.2.1 using RDBMS db.&lt;/P&gt; 
 &lt;BR /&gt; 
 &lt;H2&gt;Symptoms/Description&lt;/H2&gt; 
 &lt;P&gt;Starting with 5.2.1, Talend MDM supports RDBMS db. The webUI search is case insensitive using xmldb (eXist/Qizx), but it is case sensitive using RDBMS db.&lt;/P&gt; 
 &lt;BR /&gt; 
 &lt;H2&gt;Resolution&lt;/H2&gt; 
 &lt;UL&gt;&lt;LI&gt; &lt;P&gt;For a MySQL db, refer to &lt;A class="external-link" href="http://dev.mysql.com/doc/refman/5.0/en/case-sensitivity.html" target="_blank"&gt;Case Sensitivity in String Searches&lt;/A&gt; on the MySQL site.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;For an Oracle db, you can create a logon trigger such as:&lt;/P&gt; &lt;PRE&gt;create or replace
TRIGGER SYSTEM.SET_NLS_ONLOGON
AFTER LOGON
ON DATABASE
DECLARE
    cmmd1 VARCHAR2(100);
    cmmd2 VARCHAR2(100);
BEGIN
    cmmd1:='ALTER SESSION SET NLS_SORT=BINARY_CI';
    cmmd2:='ALTER SESSION SET NLS_COMP=LINGUISTIC';
     
     EXECUTE IMMEDIATE cmmd1;
     EXECUTE IMMEDIATE cmmd2;
    
END SET_NLS_ONLOGON;&lt;/PRE&gt; &lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: From 5.3.0 , there is a minor feature about the issue, refer to &lt;A href="https://jira.talendforge.org/browse/TMDM-5352" target="_blank"&gt;TMDM-5352&lt;/A&gt; - Add an option to make CONTAINS operator case insensitive - CLOSED.&lt;/P&gt; &lt;/LI&gt;&lt;/UL&gt; 
&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 09 Feb 2024 19:06:24 GMT</pubDate>
    <dc:creator>TalendSolutionExpert</dc:creator>
    <dc:date>2024-02-09T19:06:24Z</dc:date>
    <item>
      <title>MDM search is case sensitive while using an RDBMS db</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/MDM-search-is-case-sensitive-while-using-an-RDBMS-db/ta-p/2151319</link>
      <description>&lt;DIV class="talend-tkb-migrated-content"&gt;&lt;DIV class="lia-message-template-content-zone"&gt; 
 &lt;H2&gt;Overview&lt;/H2&gt; 
 &lt;P&gt;MDM's webUI search is case insensitive using xmldb (eXist/Qizx), but it is case sensitive using RDBMS db.&lt;/P&gt; 
 &lt;BR /&gt; 
 &lt;H2&gt;Environment&lt;/H2&gt; 
 &lt;P&gt;MDM 5.2.1 using RDBMS db.&lt;/P&gt; 
 &lt;BR /&gt; 
 &lt;H2&gt;Symptoms/Description&lt;/H2&gt; 
 &lt;P&gt;Starting with 5.2.1, Talend MDM supports RDBMS db. The webUI search is case insensitive using xmldb (eXist/Qizx), but it is case sensitive using RDBMS db.&lt;/P&gt; 
 &lt;BR /&gt; 
 &lt;H2&gt;Resolution&lt;/H2&gt; 
 &lt;UL&gt;&lt;LI&gt; &lt;P&gt;For a MySQL db, refer to &lt;A class="external-link" href="http://dev.mysql.com/doc/refman/5.0/en/case-sensitivity.html" target="_blank"&gt;Case Sensitivity in String Searches&lt;/A&gt; on the MySQL site.&lt;/P&gt; &lt;/LI&gt;&lt;LI&gt; &lt;P&gt;For an Oracle db, you can create a logon trigger such as:&lt;/P&gt; &lt;PRE&gt;create or replace
TRIGGER SYSTEM.SET_NLS_ONLOGON
AFTER LOGON
ON DATABASE
DECLARE
    cmmd1 VARCHAR2(100);
    cmmd2 VARCHAR2(100);
BEGIN
    cmmd1:='ALTER SESSION SET NLS_SORT=BINARY_CI';
    cmmd2:='ALTER SESSION SET NLS_COMP=LINGUISTIC';
     
     EXECUTE IMMEDIATE cmmd1;
     EXECUTE IMMEDIATE cmmd2;
    
END SET_NLS_ONLOGON;&lt;/PRE&gt; &lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: From 5.3.0 , there is a minor feature about the issue, refer to &lt;A href="https://jira.talendforge.org/browse/TMDM-5352" target="_blank"&gt;TMDM-5352&lt;/A&gt; - Add an option to make CONTAINS operator case insensitive - CLOSED.&lt;/P&gt; &lt;/LI&gt;&lt;/UL&gt; 
&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Feb 2024 19:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/MDM-search-is-case-sensitive-while-using-an-RDBMS-db/ta-p/2151319</guid>
      <dc:creator>TalendSolutionExpert</dc:creator>
      <dc:date>2024-02-09T19:06:24Z</dc:date>
    </item>
  </channel>
</rss>

