im new one to rails practising rails with sqlite but now it a situation for me to use oracle with rails i have tried to configure oracle with rails but is show me the following error
activerecord oracle_enhanced adapter could not load ruby-oci8 load error
but i have installed needed gems for configuring oracle
I’ve used it on both Ubuntu and Redhat Linux successfully.
A friendly advice is to prefer a UNIX based environment - Linux or Mac for both development and deployment because many of the gems available are written in native code and would compile only in UNIX.
This might give you some hints:
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:
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.