I installed Ruby, Rails (using gems install rails -v 1.0.0 --remote), the OCI driver for windows to access Oracle (C:\> ruby ruby-oci8-0.1.13-mswin.rb). I create a an application in rails (C:\> rails tabella) I have a table called tabella in Oracle in the RAILSDB database. I modify my database.yml to read: development: adapter: oci username: ruby password: ruby host: RAILSDB I start my server: (C:\> ruby server) When I run: C:\> ruby script/generate scaffold tabella I get an Error ORA0403 tabella object tabellas does not exist Any hints???? feel free to email me at fmicaeli@auguricorp.com -- Posted via ruby-forum.com.