On Wednesday, 26 December 2012 23:13:06 UTC-5, rails_fan wrote:
>
> i've done gem install rubi-oci8[this is one way which i've tried]
> when i do this in command prompt it shows ruby-oci8 gem installed...
>
> another method in command prompt i've tried ruby *ruby 
>  ruby-oci8-2.1.3-x86-mingw32.gem *
> but it doesnt work
>
> could u kindly assist me by giving proper guidance to configure oracle in 
> rails
> currently using:
> rails 3.2.1--ruby1.9.3--os(Windows)
>
>
It's been a while since I used Oracle (and never on Windows), but the 
instructions here seem to indicate you need to make sure that OCI.DLL is on 
your PATH:

http://ruby-oci8.rubyforge.org/en/file.install-instant-client.html

You may want to try loading IRB and requiring the library directly, by 
doing 'require "oci8"'. If that fails, please post the stack trace + error 
message.

--Matt Jones

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/IRdzEQJddpkJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to