# File lib/jdbc_adapter/jdbc_oracle.rb, line 137
    def drop_database(name)
      recreate_database(name)
    end