<?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: remote database connection error in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/remote-database-connection-error/m-p/28970#M20727</link>
    <description>&lt;P&gt;When you query JDBC, which is not MSSQL, you need to install and set the driver option.&lt;/P&gt;&lt;P&gt;So you need to get the JDBC driver for Oracle and install it first.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.oracle.com/database/technologies/maven-central-guide.html" target="test_blank"&gt;https://www.oracle.com/database/technologies/maven-central-guide.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you need to know which one (from administrator or support=, and then in cluster config, you can install it from Maven.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;driver = "your_driver_name"
&amp;nbsp;
remote_table = (spark.read
  .format("jdbc")
  .option("driver", driver)
...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Oct 2022 11:40:15 GMT</pubDate>
    <dc:creator>Hubert-Dudek</dc:creator>
    <dc:date>2022-10-14T11:40:15Z</dc:date>
    <item>
      <title>remote database connection error</title>
      <link>https://community.databricks.com/t5/data-engineering/remote-database-connection-error/m-p/28964#M20721</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using databricks through azure. I am trying to connect to remote oracle database using jdbc url. I am getting an error of no suitable driver found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"java.sql.SQLException: No suitable driver"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can somebody help mw with this?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 10:44:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/remote-database-connection-error/m-p/28964#M20721</guid>
      <dc:creator>aarave</dc:creator>
      <dc:date>2022-10-06T10:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: remote database connection error</title>
      <link>https://community.databricks.com/t5/data-engineering/remote-database-connection-error/m-p/28966#M20723</link>
      <description>&lt;P&gt;Class not defined error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 09:34:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/remote-database-connection-error/m-p/28966#M20723</guid>
      <dc:creator>aarave</dc:creator>
      <dc:date>2022-10-07T09:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: remote database connection error</title>
      <link>https://community.databricks.com/t5/data-engineering/remote-database-connection-error/m-p/28969#M20726</link>
      <description>&lt;P&gt;the problem still stays. it doesn't speak of the driver installation on databricks&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 11:13:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/remote-database-connection-error/m-p/28969#M20726</guid>
      <dc:creator>aarave</dc:creator>
      <dc:date>2022-10-10T11:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: remote database connection error</title>
      <link>https://community.databricks.com/t5/data-engineering/remote-database-connection-error/m-p/28970#M20727</link>
      <description>&lt;P&gt;When you query JDBC, which is not MSSQL, you need to install and set the driver option.&lt;/P&gt;&lt;P&gt;So you need to get the JDBC driver for Oracle and install it first.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.oracle.com/database/technologies/maven-central-guide.html" target="test_blank"&gt;https://www.oracle.com/database/technologies/maven-central-guide.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you need to know which one (from administrator or support=, and then in cluster config, you can install it from Maven.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;driver = "your_driver_name"
&amp;nbsp;
remote_table = (spark.read
  .format("jdbc")
  .option("driver", driver)
...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 11:40:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/remote-database-connection-error/m-p/28970#M20727</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-10-14T11:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: remote database connection error</title>
      <link>https://community.databricks.com/t5/data-engineering/remote-database-connection-error/m-p/28972#M20729</link>
      <description>&lt;P&gt;Hi @vikas k​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does @Hubert Dudek​&amp;nbsp; response were able to resolve your issue, and would you be happy to share the solution or &lt;B&gt;mark an answer as best&lt;/B&gt;? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 08:47:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/remote-database-connection-error/m-p/28972#M20729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-15T08:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: remote database connection error</title>
      <link>https://community.databricks.com/t5/data-engineering/remote-database-connection-error/m-p/28965#M20722</link>
      <description>&lt;P&gt;Hi, @vikas k​&amp;nbsp;, You have to load the driver class.&lt;/P&gt;&lt;P&gt;Fo example:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Class.forName("com.mysql.jdbc.Driver");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 06:07:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/remote-database-connection-error/m-p/28965#M20722</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2022-10-07T06:07:00Z</dc:date>
    </item>
  </channel>
</rss>

