IMPAX 6.5.1 Server Knowledge Base home > Oracle Server home

Configuring backups using Flashbackup on Solaris


Before starting the backup, ensure that you know the path to the tape drive, as you will be prompted for it.

One option for backing up the Oracle database is using the Flashbackup method. This method combines tape and disk backups, thereby providing more redundancy and security. This option is available only for Solaris, not Windows.

To configure backups using Flashbackup on Solaris

  1. Log in as the oracle user.

  2. Run the configure_backup command.

  3. When asked what type of backup to perform, type flashbackup.

  4. When asked how many versions of the backup to keep, type at least 2.

    Keeping at least one extra backup helps guard against data loss due to disk corruption.

  5. When asked how many days before a tape can be overwritten, type a value.

    Your site’s data security policies may dictate how long a backup tape must be kept before it can be reused.

  6. When prompted, type the tape drive device name.

  7. You can then specify whether to restore backups to the Flashback area, or to another area.

  8. You then have the option of encrypting the backup with a key of your choosing.

    The encryption key value does not have any length or character restrictions. The same key is used to encrypt and decrypt the data.

  9. You are then asked whether to compress the data. Type yes or no.

    Compressing data can be useful if the tape drive being used does not include hardware compression.

  10. If you elected to compress the data, you are prompted for a compression value between 0 and 9.

    The higher the number, the greater the compression, but the longer the time required, and the more computing power required. You may therefore want to start with a smaller number, such as 3.

A series of RMAN commands appear. When the process is finished, the message Recovery Manager complete appears.


Topic number: 66399

Applies to: IMPAX 6.5.1 Server Knowledge Base