<?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 What is the best way to connect Oracle CRM cloud from databricks? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/what-is-the-best-way-to-connect-oracle-crm-cloud-from-databricks/m-p/117729#M45557</link>
    <description>&lt;P&gt;What is the best way to connect Oracle CRM cloud from databricks?&lt;/P&gt;</description>
    <pubDate>Mon, 05 May 2025 15:27:44 GMT</pubDate>
    <dc:creator>nchittampelly</dc:creator>
    <dc:date>2025-05-05T15:27:44Z</dc:date>
    <item>
      <title>What is the best way to connect Oracle CRM cloud from databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-the-best-way-to-connect-oracle-crm-cloud-from-databricks/m-p/117729#M45557</link>
      <description>&lt;P&gt;What is the best way to connect Oracle CRM cloud from databricks?&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 15:27:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-the-best-way-to-connect-oracle-crm-cloud-from-databricks/m-p/117729#M45557</guid>
      <dc:creator>nchittampelly</dc:creator>
      <dc:date>2025-05-05T15:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to connect Oracle CRM cloud from databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-the-best-way-to-connect-oracle-crm-cloud-from-databricks/m-p/118683#M45684</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/163384"&gt;@nchittampelly&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Follow these steps:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use a Compatible JDBC Driver&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use a suitable JDBC driver such as CData Oracle Sales Cloud JDBC or HCM Cloud JDBC driver.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Upload the Driver to Databricks&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Add the driver JAR to your cluster via the Libraries tab. For Unity Catalog or shared clusters, ensure it's accessible.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Ensure Network Connectivity&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Verify that your Databricks workspace has network access to the Oracle CRM Cloud endpoint (check firewall/proxy settings).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Set Up the Connection in Code&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use Spark’s JDBC connector in your notebook. Example:&lt;BR /&gt;&lt;BR /&gt;df = spark.read.format("jdbc") \&lt;BR /&gt;.option("url", "&amp;lt;jdbc_url&amp;gt;") \&lt;BR /&gt;.option("driver", "&amp;lt;driver_class&amp;gt;") \&lt;BR /&gt;.option("dbtable", "&amp;lt;table_name&amp;gt;") \&lt;BR /&gt;.load()&lt;BR /&gt;&lt;BR /&gt;Test the connection first, then begin ingesting data as needed for analysis.&lt;BR /&gt;&lt;BR /&gt;Use Databricks Secrets to keep your credentials safe. Also, check if the driver is compatible with your Databricks runtime version.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 09 May 2025 14:00:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-the-best-way-to-connect-oracle-crm-cloud-from-databricks/m-p/118683#M45684</guid>
      <dc:creator>SP_6721</dc:creator>
      <dc:date>2025-05-09T14:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to connect Oracle CRM cloud from databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-the-best-way-to-connect-oracle-crm-cloud-from-databricks/m-p/126821#M47776</link>
      <description>&lt;P&gt;Oracle CRM on Demand is a Cloud platform not a relational database.&lt;/P&gt;&lt;P&gt;Is there any proven solution for this requirement?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 15:45:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-the-best-way-to-connect-oracle-crm-cloud-from-databricks/m-p/126821#M47776</guid>
      <dc:creator>nchittampelly</dc:creator>
      <dc:date>2025-07-29T15:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to connect Oracle CRM cloud from databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-the-best-way-to-connect-oracle-crm-cloud-from-databricks/m-p/139447#M51201</link>
      <description>&lt;P&gt;Oracle suite of of cloud platforms ( such as cusomer feedback system / CX) typically offer API endpoints . You'd want to use Databricks jobs to fetch from APIs at a cadence per your requirments to medallion layers from go from there - from AI/BI Genie dasboards to AgentBricks...the world is your oyster.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 20:41:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-the-best-way-to-connect-oracle-crm-cloud-from-databricks/m-p/139447#M51201</guid>
      <dc:creator>AbhaySingh</dc:creator>
      <dc:date>2025-11-17T20:41:27Z</dc:date>
    </item>
  </channel>
</rss>

