Technical requirements
What you need to use DBBackup

     DBBackup must have grants to execute following commands:

Oracle:
  1. SELECT statements from follow tables and views:
    • sys.v$backup
    • sys.v$datafile
    • sys.v$tablespace
    • sys.v$parameter
    • sys.v$logfile
    • sys.v$archive_dest
    • sys.v$rollstat
    • sys.dba_tablespaces
    • sys.dba_data_files
    • sys.dba_rollback_segs

  2. SQL commands:
    • ALTER DATABASE ...
    • ALTER SYSTEM ...
    • ALTER TABLESPACE ...
    • CREATE CONTROL FILE...
    • shutdown
    • startup

MS SQL Server:
  1. SELECT statements from follow tables and views:
    • sysdatabases

  2. SQL commands:
    • BACKUP
    • RESTORE
    • dbo.sp_spaceused
    • SHUTDOWN

MS Exchange Server Store Backup
  1. The account under which the application runs requires administrator privileges to function.

  2. DBBackup must be able to load "esebcli2.dll". If you do not see your MS Exchange Server instance at the list, please, check the existence of this DDL.
MS Exchange Server Items Backup (backup of individual messages and folders):
  1. Create a MAPI profile that has administrator privileges. You have to select the profile as an instance at the instance list.

  2. The account under which the application runs requires administrator privileges to function.