The same code that worked with AR 2.1.0 now doesn''t work in 2.1.1. It seems like the table name is now being quoted which oci8 doesn''t like. In sqlplus quoting the table name causes the table name ("SCHEMA.table_name") not to be found, where the same query with non- quoted table name works fine. Was there a change in 2.1.1 that stated quoting table names with oci8? If it helps I am prepending the schema name like this: Table_Name.table_name_prefix = "SCHEMANAME." Thanks, Scott Robertson --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---