Hi I'm beginning with rails and I hit this problem trying to deploy my
application.

The local environment is CentOS 5.2 just as the target environment, the
database is Oracle 10g.

Locally all works fine but in the server when I execute the command rake
db:schema:load I have this error:

OCIError: ORA-00955: name is already used by an existing object: CREATE
SEQUENCE bill_datas_seq START WITH 10000

The weird is that the table is created correctly but the rake process
stops.

Attached is the schema.rb

I hope some expert has the answer for this problem.

Regards
Gabriel

Attachments:
http://www.ruby-forum.com/attachment/2857/schema.rb

-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to