On Monday, March 16, 2015 at 7:14:08 AM UTC-7, Mario Ruiz wrote: > > When trying to connect to oracle using Ruby 2.2.1p85 and Sequel 4.20.0 > LoadError: cannot load such file -- oci8lib_220 (Sequel::AdapterNotFound) > > I had any problems when using Ruby 2.0 >
As mentioned when you posted the same issue on GitHub Issues, this is probably a driver issue, not an issue with Sequel itself. What happens when you do: require 'oci8'? Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
