Hi,
I should have said that I think that this is purely a Rails problem,
since the ruby one-liner works fine:
> LD_LIBRARY_PATH=/usr/local/instantclient_10_2 \
ruby -r oci8 -e '
OCI8.new("XXXX", "YYYY", "//localhost/sid").exec("select * from
release_states")
do |r| puts r.join(","); end
'
/Kevin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---