oracle, sequces strange behavior

Put

ActiveRecord::Base.pluralize_table_names = false

into config/environment.rb

and

set_table_name <use-lowercase-here> set_primary_key <use-lowercase-here> set_sequence_name <use-lowercase-here>

Let me know..

Ciao'