Issue with Uploading Oracle Driver in Azure Databricks Cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 07:14 AM
Hi,
Could you please help me with the following ?
I am facing the bellow issue when I try to upload a jar file in the Azure Databricks Libraries.
Only Wheel and requirements file from /Workspace are allowed on Assigned UC cluster. Denied library is Jar(/Workspace/Users/xxxx/ojdbc8.jar)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 11:14 PM
Hey,
This is by design.
I understand the jobs are failing when run on a UC Single user cluster since it is unable to install a Jar package located in the /Workspace path. This is however a known behaviour and is already documented below:
https://docs.databricks.com/en/libraries/index.html#java-and-scala-library-support
Shared access mode |
Single user access mode |
No isolation shared access mode (Legacy) |
|
---|---|---|---|
Workspace files |
Not supported |
Not supported |
14.1 and above |
Can you move these Jar packages to /the Volumes path?
Thanks!

