Backup procedure
How to backup your database.

     Step by Step Instructions:

  1. Select "Backup" Option and click next.

  2. Create or Edit Backup Set

         DBBackup uses a Backup Set to process backup. At the first time you have to Create a New Backup Set and later you can use it for further backups:



  3. Login properties

    1. Enter Username and Password to connect to instance as SYSDBA.  You can leave them blank if Windows NT user has OSDBA privileges (Oracle) or MS SQL Server requires only Windows authentication.
    2. Select backup mode for Oracle database only:
      • In ONLINE mode via ALTER TABLESPACE ... BACKUP statement, users will be able to connect and work with database. We recommend start this type of online backup in moments with minimum user's activity, because Oracle writes entire data blocks in the redo logs during backup.
      • In OFFLINE mode Software will shutdown database (with immediate option) before backup and will open it after backup.
      • In ONLINE mode via Recovery Manager API. Software users native backup capabilities of Oracle8 database to perform backups. It connect to separate Oracle thread that sends data to Software. This type of backup does not reflect to size of redo logs.

        NOTE: You have to have Windows NT privileges to install, start, stop and remove kernel drivers.
        NOTE: This mode available only for Oracle8 and higher.

    Press "Next" button. Software automatically will try to login to server to check properties that you have entered. Also DBBackup checks restrictions and tells you if some of them are violated.



  4. Select databases to backup (MS SQL Server and MS Exchange Server only)

         Here you can select which databases you want to backup. You can backup All databases of selected instance or Only selected (with red tick). When you select Only selected databases you can add a new database, but it won't be backed up. If you select All databases a new database will be backed up at the next backup sessions.



  5. Backup storage

         In this page you have to specify backup storage (i.e. Where backup files will be stored) and a key to encrypt backup archives. Go to Program Options to generate a new encryption key.



  6. Backup options

         You can setup a number of options to control backup process:



  7. Redo logs options (Oracle only)

         Read screen instructions for more info.



  8. External commands

         You can start external commands before and after backup process. Also you can execute SQL statement or SQL script as external command. To do that use $(ExecSQL) and $(ExecSQLScript) variables instead of name of executable file and type SQL statement or path to SQL script in the Parameters field. NOTE: SQL statement or SQL script cannot require user's input. If they do, backup will wait for it forever, because Software starts SQL tool in hidden mode without user's interaction.



  9. Scheduling

         This page allows you to select 2 options:

         Press "Next" button to start backup process.