[Rails] Re: configuring ORACLE db to rails?

2013-01-01 Thread Cynthia Kiser
I suggest you install the following packages from Oracle. Then use the SQLPlus to verify that the Oracle libraries you need are installed and available to your user AND that you are able to connect to the Oracle database with the username and password you have been given. Once you have

[Rails] Re: configuring ORACLE db to rails?

2012-12-24 Thread rails_fan
i have tried to connect oracle by doing the procedures mentioned as per in the above url and here it is my gem gem 'activerecord-oracle_enhanced-adapter', '~ 1.4.0' gem 'ruby-oci8', '~ 2.1.0' in that procedure they said to install oracle instant client there it has lot of files as below Version

Re: [Rails] Re: configuring ORACLE db to rails?

2012-12-24 Thread Dheeraj Kumar
Try adding ruby-oci8 before activerecord-oracle_enhanced-adapter in the gem file. Also, I guess you'll be fine with the basic package, but I haven't worked with oracle databases, so play around. -- Dheeraj Kumar On Tuesday 25 December 2012 at 11:36 AM, rails_fan wrote: i have tried to