Pular para o conteúdo

OracleDB

Este conteúdo não está disponível em sua língua ainda.

Native Oracle RMAN integration with block-level incrementals and differentials, point-in-time recovery and RMAN change tracking — enterprise-grade Oracle protection without scripts.

  • Native RMAN integration
  • Block-level incrementals
  • Point-in-time recovery

Add the plugin to a FileSet on the client you want to protect:

FileSet {
Name = "oracledb"
Include {
Options { Plugin = "oracle: sid=ORCL user=sys password=secret rman=yes" }
}
}

All parameters are space-separated key=value pairs. See the FileSet reference for FileSet options.

Restore the whole database or to a point in time.

See also: Restore, Instant Recovery & V2V.