Kevin McNamee wrote: > It looks like it is redefining a function from the original Cursor > class in /usr/local/lib/ruby/site_ruby/1.8/oci8.rb but it seems to be > failing to find the "define_a_column" method. > > I am really stuck here. What can I do?
This is a library path problem. The solution varies by platform, but you need to have your environment set up such that you can successfully connect to your Oracle database using sqlplus. If you can do that, you won't have this error. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
