<?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: What is BINARY data type of Oracle Source Endpoint in User Guide ? in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/What-is-BINARY-data-type-of-Oracle-Source-Endpoint-in-User-Guide/m-p/2454961#M11163</link>
    <description>&lt;P&gt;This does look like a mistake.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The intended is to talk about chars which are not interpreted according to some NLS rules, but what is te point if the datatype does not actually exist and thus cannot be 'detected' by Replicate.&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2024 03:59:37 GMT</pubDate>
    <dc:creator>Heinvandenheuvel</dc:creator>
    <dc:date>2024-05-22T03:59:37Z</dc:date>
    <item>
      <title>What is BINARY data type of Oracle Source Endpoint in User Guide ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/What-is-BINARY-data-type-of-Oracle-Source-Endpoint-in-User-Guide/m-p/2454935#M11157</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In Qlik Replicate User Guide and Online Help, Oracle source endpoint supported data types include "BINARY".&lt;/P&gt;
&lt;P&gt;What is "BINARY" ? I checked several versions , all included. So I checked Oracle manual in Oracle site, I can't find "BINARY" data type. Is it wrong information ? if it is mistake , why it is not fixed ?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;KwangHo&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="binary.png" style="width: 857px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166557i207EC6659A9467FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="binary.png" alt="binary.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 03:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/What-is-BINARY-data-type-of-Oracle-Source-Endpoint-in-User-Guide/m-p/2454935#M11157</guid>
      <dc:creator>khchoy</dc:creator>
      <dc:date>2024-05-22T03:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: What is BINARY data type of Oracle Source Endpoint in User Guide ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/What-is-BINARY-data-type-of-Oracle-Source-Endpoint-in-User-Guide/m-p/2454941#M11160</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/88125"&gt;@khchoy&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for contacting us through Qlik community.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The Oracle database for Qlik Replicate supports most Oracle data types, in which BINARY is one of them using Qlik Replicate and the default mapping to Qlik Replicate data types. Qlik Replicate converts source data to its own data type. For data that Replicate cannot convert, it returns an error.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For example, when replicating data from an Oracle source endpoint to a Microsoft SQL Server target endpoint, Replicate first converts the Oracle data type BINARY to the Replicate data type BYTES. BYTES maps to the Microsoft SQL Server data type VARBINARY (Length)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;More info: &lt;A href="https://help.qlik.com/en-US/replicate/November2023/Content/Replicate/Main/Endpoints/att_rep_data_types.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2023/Content/Replicate/Main/Endpoints/att_rep_data_types.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Let us know if you have any further questions.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Faariha&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 02:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/What-is-BINARY-data-type-of-Oracle-Source-Endpoint-in-User-Guide/m-p/2454941#M11160</guid>
      <dc:creator>ltf</dc:creator>
      <dc:date>2024-05-22T02:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: What is BINARY data type of Oracle Source Endpoint in User Guide ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/What-is-BINARY-data-type-of-Oracle-Source-Endpoint-in-User-Guide/m-p/2454945#M11161</link>
      <description>&lt;P&gt;Hello KwangHo,&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;The&amp;nbsp;BINARY&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;type is similar to&amp;nbsp;CHAR&lt;/SPAN&gt;&lt;SPAN&gt;, except that they store binary strings rather than nonbinary strings. That is, they store byte strings rather than character strings. This means they have the&amp;nbsp;BINARY&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;character set and collation, and comparison and sorting are based on the numeric values of the bytes in the values.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;You can refer to&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.oracle.com/cd/E17952_01/mysql-5.7-en/binary-varbinary.html" target="_blank"&gt;BINARY DATATYPE&amp;nbsp;&lt;/A&gt;&lt;SPAN&gt;for more information.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Yadunandan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 02:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/What-is-BINARY-data-type-of-Oracle-Source-Endpoint-in-User-Guide/m-p/2454945#M11161</guid>
      <dc:creator>Yadunandan</dc:creator>
      <dc:date>2024-05-22T02:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is BINARY data type of Oracle Source Endpoint in User Guide ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/What-is-BINARY-data-type-of-Oracle-Source-Endpoint-in-User-Guide/m-p/2454954#M11162</link>
      <description>&lt;P&gt;Is "BINARY" data type built in Oracle Data type ?&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.oracle.com/cd/E17952_01/mysql-5.7-en/binary-varbinary.html" target="_blank" rel="nofollow noopener noreferrer"&gt;BINARY DATATYPE&lt;/A&gt;&amp;nbsp;link is MySQL Manual.&lt;/P&gt;
&lt;P&gt;I can't find "BINARY" data type in Oracle database. In Replicate User&amp;nbsp; Guide and Help , Oracle database&amp;nbsp; have&amp;nbsp;"BINARY" data type. But I think&amp;nbsp;"BINARY" data type is Oracle MySQL datatype.&lt;/P&gt;
&lt;P&gt;(Ref: ChatGPT answer :&amp;nbsp;&lt;SPAN&gt;Oracle does not have a built-in "BINARY" data type. However, Oracle does have data types like BLOB (Binary Large Object) and RAW which can be used to store binary data. )&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="binary.png" style="width: 857px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166558i704BDB6F70284831/image-size/large?v=v2&amp;amp;px=999" role="button" title="binary.png" alt="binary.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 03:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/What-is-BINARY-data-type-of-Oracle-Source-Endpoint-in-User-Guide/m-p/2454954#M11162</guid>
      <dc:creator>khchoy</dc:creator>
      <dc:date>2024-05-22T03:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: What is BINARY data type of Oracle Source Endpoint in User Guide ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/What-is-BINARY-data-type-of-Oracle-Source-Endpoint-in-User-Guide/m-p/2454961#M11163</link>
      <description>&lt;P&gt;This does look like a mistake.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The intended is to talk about chars which are not interpreted according to some NLS rules, but what is te point if the datatype does not actually exist and thus cannot be 'detected' by Replicate.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 03:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/What-is-BINARY-data-type-of-Oracle-Source-Endpoint-in-User-Guide/m-p/2454961#M11163</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2024-05-22T03:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is BINARY data type of Oracle Source Endpoint in User Guide ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/What-is-BINARY-data-type-of-Oracle-Source-Endpoint-in-User-Guide/m-p/2454964#M11165</link>
      <description>&lt;P&gt;I think some mistake in Manual must fixed next version.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 04:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/What-is-BINARY-data-type-of-Oracle-Source-Endpoint-in-User-Guide/m-p/2454964#M11165</guid>
      <dc:creator>khchoy</dc:creator>
      <dc:date>2024-05-22T04:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: What is BINARY data type of Oracle Source Endpoint in User Guide ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/What-is-BINARY-data-type-of-Oracle-Source-Endpoint-in-User-Guide/m-p/2454981#M11169</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/88125"&gt;@khchoy&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Agree with&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110970"&gt;@Heinvandenheuvel&lt;/a&gt;&amp;nbsp;, I can't find BINARY data type in the Oracle&amp;nbsp;&lt;SPAN&gt;Built-In Data Type Summary.&lt;BR /&gt;&lt;BR /&gt;Please create a support ticket for this issue.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 05:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/What-is-BINARY-data-type-of-Oracle-Source-Endpoint-in-User-Guide/m-p/2454981#M11169</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-05-22T05:00:24Z</dc:date>
    </item>
  </channel>
</rss>

