Hi @GovardhanReddy, as per my understanding, you're encountering the Class Not Found Exception because the Oracle JDBC driver is not installed on your Databricks cluster. To resolve this, you can follow these steps:
- Download the Oracle JDBC driver
- Upload the driver JAR to your Databricks workspace
- Install the driver on your cluster: Go to Clusters > Libraries > Install New, and choose the Workspace files/Volumes option based on where you uploaded the JAR file.
Once installed, you should be able to read data from the Oracle database using JDBC connection options.