# File lib/dbd_oracle/Oracle.rb, line 280 def cancel @handle.cancel rescue OCIError => err raise DBI::DatabaseError.new(err.message, err.to_i) end