What DB connector do I need to talk to a network accessible Oracle server: 1) with ActiveRecord?, 2) to perform basic SQL. I''m more familiar with what it takes to get MySQL working with AR. Currently I have AR 2.1.1, Ruby 1.8.5. I''ll have to ask what Oracle client/server is available. This question pertains to a RedHat 5 system which is not managed by me and is only allowed RedHat managed packages, unless I install them in my user space (/home). Rob --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Sun, Apr 5, 2009 at 5:44 PM, RobR <rob.webinator-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > What DB connector do I need to talk to a network accessible Oracle > server: 1) with ActiveRecord?, 2) to perform basic SQL. I''m more > familiar with what it takes to get MySQL working with AR. Currently I > have AR 2.1.1, Ruby 1.8.5. I''ll have to ask what Oracle client/server > is available.# gem list --local |grep oracle activerecord-oracle_enhanced-adapter (1.2.0) -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Awesome, thanks! On Apr 6, 8:50 am, Greg Donald <gdon...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Sun, Apr 5, 2009 at 5:44 PM, RobR <rob.webina...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > What DB connector do I need to talk to a network accessible Oracle > > server: 1) with ActiveRecord?, 2) to perform basic SQL. I''m more > > familiar with what it takes to get MySQL working with AR. Currently I > > have AR 2.1.1, Ruby 1.8.5. I''ll have to ask what Oracle client/server > > is available. > > # gem list --local |grep oracle > activerecord-oracle_enhanced-adapter (1.2.0) > > -- > Greg Donaldhttp://destiney.com/--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---