I got a *mostly* working oracle config w/ Rails 2.0.2.
I still had to change the type of full_path to varchar2.
It appears that the problem is with active record; the full_path = ''
section
of the where clause is not valid for Oracle SQL.
I didn't do this via db:migrate; so I had to alter the generated
schema.rb.
Everything worked for me at this point with the exception of the home
page; which
I was able to make function by going directly into the database and
changing
the full_path into something other than ''.
-bdw