<?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: Equivalent of Oracle's CLOB in Databricks in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/equivalent-of-oracle-s-clob-in-databricks/m-p/106558#M1831</link>
    <description>&lt;P&gt;Hello;&lt;BR /&gt;Thanks for the answer.&lt;BR /&gt;For the concatenation itself, it is not an issue.&lt;BR /&gt;My question is "is Databricks supporting something bigger than the 'string' data-type" ?&amp;nbsp;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jan 2025 23:36:19 GMT</pubDate>
    <dc:creator>VCA50380</dc:creator>
    <dc:date>2025-01-21T23:36:19Z</dc:date>
    <item>
      <title>Equivalent of Oracle's CLOB in Databricks</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/equivalent-of-oracle-s-clob-in-databricks/m-p/106536#M1828</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;(migrating for an on-premise Oracle ...)&lt;/P&gt;&lt;P&gt;The question is in the subject: "What is the equivalent of Oracle's CLOB in Databricks" ?&lt;BR /&gt;I saw that the "string" type can go up to 50 thousands characters, which is quite good in most of our cases, but this would not cover all.&lt;BR /&gt;Also, I don't need this only as data-type for a column in a table, but currently in Oracle we are also concatenating or "aggregating" texts into some CLOB for a usage in a procedure / function, etc... What would be the paths to do the same in Databricks ?&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;Vinc&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, 21 Jan 2025 18:34:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/equivalent-of-oracle-s-clob-in-databricks/m-p/106536#M1828</guid>
      <dc:creator>VCA50380</dc:creator>
      <dc:date>2025-01-21T18:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of Oracle's CLOB in Databricks</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/equivalent-of-oracle-s-clob-in-databricks/m-p/106543#M1829</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/142313"&gt;@VCA50380&lt;/a&gt;,&lt;/P&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;For concatenating or aggregating texts similar to how you use CLOBs in Oracle procedures or functions, you can use the &lt;CODE&gt;concat&lt;/CODE&gt; function in Databricks. Here is an example of how you can concatenate strings:&lt;/P&gt;
&lt;DIV class="gb5fhw2"&gt;
&lt;PRE&gt;&lt;CODE class="markdown-code-sql _1t7bu9hb hljs language-sql gb5fhw3"&gt;&lt;SPAN class="hljs-keyword"&gt;SELECT&lt;/SPAN&gt; concat(string1, string2, string3) &lt;SPAN class="hljs-keyword"&gt;AS&lt;/SPAN&gt; concatenated_string
&lt;SPAN class="hljs-keyword"&gt;FROM&lt;/SPAN&gt; your_table;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;DIV class="gb5fhw4"&gt;
&lt;DIV class="gb5fhw5"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Jan 2025 19:17:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/equivalent-of-oracle-s-clob-in-databricks/m-p/106543#M1829</guid>
      <dc:creator>Alberto_Umana</dc:creator>
      <dc:date>2025-01-21T19:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of Oracle's CLOB in Databricks</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/equivalent-of-oracle-s-clob-in-databricks/m-p/106558#M1831</link>
      <description>&lt;P&gt;Hello;&lt;BR /&gt;Thanks for the answer.&lt;BR /&gt;For the concatenation itself, it is not an issue.&lt;BR /&gt;My question is "is Databricks supporting something bigger than the 'string' data-type" ?&amp;nbsp;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 23:36:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/equivalent-of-oracle-s-clob-in-databricks/m-p/106558#M1831</guid>
      <dc:creator>VCA50380</dc:creator>
      <dc:date>2025-01-21T23:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of Oracle's CLOB in Databricks</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/equivalent-of-oracle-s-clob-in-databricks/m-p/111770#M1922</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Gemini gave me some answers. I'll investigate from there.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 22:51:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/equivalent-of-oracle-s-clob-in-databricks/m-p/111770#M1922</guid>
      <dc:creator>VCA50380</dc:creator>
      <dc:date>2025-03-04T22:51:56Z</dc:date>
    </item>
  </channel>
</rss>

