cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Spark JDBC query isn't working for Oracle Databases

User15725630784
New Contributor II
New Contributor II

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
Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.