Hi,
Running the rake tasks db:drop and db:create seem to do nothing when
running against an Oracle database using the activerecord-jbdc-adapter.
Is
this a known bug? At Adobe we are using 0.9 of the AR JDBC adapter and
the
Oracle jar ojdbc14.jar. We are also using JRuby 1.1.6 and Rails 2.1.1.
There is an existing bug and proposed fix in Rails (*
#965 Make 'rake db:drop' work for oracle - Ruby on Rails - rails)* but not sure of the status for the JDBC
adapter.
Here is how we are defining the connection:
staging:
adapter: jdbc
driver: oracle.jdbc.OracleDriver
url: jdbc:oracle:thin:@…
username: WATSON_PLATFORM
password: ******
Thanks!
John