Displaying 3 results from an estimated 3 matches for "column_position".
2006 Jul 04
3
OCIError: ORA-00918: column ambiguously defined
...xes i, user_ind_columns c
WHERE i.table_name = ''REGION''
AND c.index_name = i.index_name
AND i.index_name NOT IN (SELECT index_name FROM
user_constraints WHERE constraint_type = ''P'')
ORDER BY i.index_name, c.column_position
____________________________________________________
I have the same error message in the db/schema.rb file for all the
database tables (OCIError: ORA-00918: column ambiguously defined).
could you help me please ? thanks
--
Posted via http://www.ruby-forum.com/.
2007 Aug 24
2
error in rails 1.2.3 activerecord
...ser_ind_columns c
WHERE i.table_name = ''USERS''
AND c.index_name = i.index_name
AND i.index_name NOT IN (SELECT uc.index_name FROM
user_constraints uc WHERE uc.constraint_type = ''P'')
ORDER BY i.index_name, c.column_position
end
--
Posted via http://www.ruby-forum.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...
2006 Jul 03
9
Migrations from Mysql to Oracle. PLS HELP!
Hi all,
I''m using Rails/Mysql as development platform. the production server is
under Rails/Oracle.
Right now, i''m trying to install my application under the production
server, the connection to orcale is fine via Rails, but i have a weird
problem. example :
here is a extract from my db scheme :
Table User :_____________
id_user |
first_name |