OracleDB shared Cluster / DBFS on Unity Catalog Cluster
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2023 02:15 AM
Hello,
im trying to use oracledb on my cluster and having issues using it.
An init script on the cluster fixed this issue.
Now, im trying to create a shared cluster with unity catalog and have oracledb in it.
I encountered issues having this.
- Init scripts are not available on shared clusters.
My initial solution to this is to run the init script from the DBFS on my notebook.
Im not able to access the file from the dbfs.
Any idea how should i do it or what am i doing wrong?