Ruby 1.8.1
Solaris 9
Oracle driver 0.2.11
ruby-dbi 0.21
Using "dbi:Oracle:my_db" as the connect string, I get
this with DBI:
>ruby dbitest.rb
/opt/lib/ruby/site_ruby/1.8/dbi/dbi.rb:490:in
`load_driver': is not a class/module (TypeError)
from
/opt/lib/ruby/site_ruby/1.8/dbi/dbi.rb:392:in
`_get_full_driver'
from
/opt/lib/ruby/site_ruby/1.8/dbi/dbi.rb:372:in `connect'
from dbitest.rb:6
This doesn't happen with 1.6.8, so there's some sort of
parsing error going on.
I have also heard that this happens with mysql.
Regards,
Dan