class DBI::DBD::OCI8::Database

def []=(attr, value)

def []=(attr, value)
  case attr
  when 'AutoCommit'
    @handle.autocommit = value
  end
end