kubo / ruby-oci8

Ruby-oci8 - Oracle interface for ruby
Other
169 stars 75 forks source link

Compatibility with macOS Catalina (10.15) #221

Closed duffyjp closed 4 years ago

duffyjp commented 4 years ago
Screen Shot 2019-10-15 at 3 21 57 PM

Is anyone aware of a workaround to get the Oracle Instant Client working in macOS 10.15? I downloaded the latest version, but it's not signed by Oracle and is being rejected by macOS.

My ancient version of Oracle SQL Developer is working fine, oddly.

yahonda commented 4 years ago

I've seen this tweet from @cjbj , it may help your question.

https://twitter.com/ghrd/status/1184238684930863104

yahonda commented 4 years ago

https://github.com/oracle/python-cx_Oracle/issues/341#issuecomment-542434282

kubo commented 4 years ago

@yahonda Thanks for the helpful information. I cannot upgrade my macbook to Catalina until the vendor of my network adapter supports it.

duffyjp commented 4 years ago

I tried the technique from the twitter link, and it didn't immediately work-- However, after running those commands the dylib did appear in System Preferences -> Security & Privacy where I could allow it. It didn't appear there previously. Perhaps both steps are necessary?

After being allowed ruby-oci8 is working just fine. :)

Hopefully Oracle releases a notarized version soon.

Thanks!