<?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 Getting Case-Sensitive data in the Oracle (target side). in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Getting-Case-Sensitive-data-in-the-Oracle-target-side/m-p/2459029#M11372</link>
    <description>&lt;P&gt;Using MS-CDC as source and Oracle as target. Getting case sensitive data in the Oracle side.&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;Scenario 1:&lt;/STRONG&gt;&lt;BR /&gt;When running this query,&lt;BR /&gt;select count(*) from db."Table_name";&lt;BR /&gt;Output: 552816&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Scenario 2:&lt;/STRONG&gt;&lt;BR /&gt;When running query without quotes,&lt;BR /&gt;select count(*) from db.Table_name;&lt;BR /&gt;Output: Throwing Error telling&lt;BR /&gt;Table or view doesn't exist&lt;BR /&gt;&lt;BR /&gt;I want this query to run without quotes.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2024 08:41:05 GMT</pubDate>
    <dc:creator>Supriya_I</dc:creator>
    <dc:date>2024-06-04T08:41:05Z</dc:date>
    <item>
      <title>Getting Case-Sensitive data in the Oracle (target side).</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Getting-Case-Sensitive-data-in-the-Oracle-target-side/m-p/2459029#M11372</link>
      <description>&lt;P&gt;Using MS-CDC as source and Oracle as target. Getting case sensitive data in the Oracle side.&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;Scenario 1:&lt;/STRONG&gt;&lt;BR /&gt;When running this query,&lt;BR /&gt;select count(*) from db."Table_name";&lt;BR /&gt;Output: 552816&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Scenario 2:&lt;/STRONG&gt;&lt;BR /&gt;When running query without quotes,&lt;BR /&gt;select count(*) from db.Table_name;&lt;BR /&gt;Output: Throwing Error telling&lt;BR /&gt;Table or view doesn't exist&lt;BR /&gt;&lt;BR /&gt;I want this query to run without quotes.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 08:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Getting-Case-Sensitive-data-in-the-Oracle-target-side/m-p/2459029#M11372</guid>
      <dc:creator>Supriya_I</dc:creator>
      <dc:date>2024-06-04T08:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Case-Sensitive data in the Oracle (target side).</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Getting-Case-Sensitive-data-in-the-Oracle-target-side/m-p/2459035#M11373</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/222344"&gt;@Supriya_I&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Welcome to Qlik Community forum and thanks for reaching out here!&lt;/P&gt;
&lt;P&gt;This is because the table name in Oracle is in upper case by default. If the table name is mixed by some lower case characters, then we have to quote the table to let Oracle query processor works.&lt;/P&gt;
&lt;P&gt;The most easy way is defining a &lt;A title="Global Transformation" href="https://help.qlik.com/en-US/replicate/November2023/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/tasks_globTransRuleRenameTable.htm#:~:text=Global%20Rules%20list.-,Convert%20table%20name%20to%20uppercase,Click%20Finish%20to%20add%20the%20rule%20to%20the%20Global%20Rules%20list.,-Convert%20table%20name" target="_blank" rel="noopener"&gt;Global Transformation&lt;/A&gt; to convert the table name to upper case. A sample:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_0-1717490880864.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/167338iF580B506109DF5AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="john_wang_0-1717490880864.png" alt="john_wang_0-1717490880864.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_1-1717491062255.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/167339iBC8323EF5037EA71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="john_wang_1-1717491062255.png" alt="john_wang_1-1717491062255.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 08:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Getting-Case-Sensitive-data-in-the-Oracle-target-side/m-p/2459035#M11373</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-06-04T08:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Case-Sensitive data in the Oracle (target side).</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Getting-Case-Sensitive-data-in-the-Oracle-target-side/m-p/2459110#M11376</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is standard Oracle behavior. In fact MS SQL is just about the only DB Trying to 'help' by making stuff implicitly case insensitive.&lt;/P&gt;
&lt;P&gt;The topic mentions case sensitive data, but the text asks about meta-data.&lt;/P&gt;
&lt;P&gt;Replicate can easily be told to transform mixed case to upper or lower case, for data and Metadata, for specific objects (tables, columns) or whole groups. As per John's reply. One could argue that you loose data accuracy and readability for all for the convenience of a few.&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;Hein&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 14:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Getting-Case-Sensitive-data-in-the-Oracle-target-side/m-p/2459110#M11376</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2024-06-04T14:48:49Z</dc:date>
    </item>
  </channel>
</rss>

