class DBI::DBD::OCI8::Database

def disconnect

def disconnect
  @handle.logoff
rescue OCIException => err
  raise_dbierror(err)
end