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