cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Spark JDBC query isn't working for Oracle Databases

User15725630784
Databricks Employee
Databricks Employee

I am trying to read with the following syntax

val df = spark.read

.format("jdbc")

.option("url", "<url>")

.option("query", "SELECT * FROM oracle_test_table)")

.option("user", "<user>")

.option("password", "<password>")

.option("driver", "oracle.jdbc.driver.OracleDriver")

.load()

df.show()

and am getting the following error

java.sql.SQLSyntaxErrorException: ORA-00911: invalid character

1 REPLY 1

User15725630784
Databricks Employee
Databricks Employee

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group