IMPAX 6.5.1 Server Knowledge Base home > Oracle Server home

Configuring backups to disk


One option for backing up the Oracle database is backing up to disk. Ensure that you have sufficient space available.

You can also change the default backup location, if necessary.

To change the default backup location

  1. On Solaris, log in as the oracle user.

    On Windows, log in as the AgfaService user.

  2. In a command prompt to launch sqlplus, type sqlplus / as sysdba

  3. In sqlplus, execute the command show parameter db_recovery;

    The backup directory is listed; for example, /dbase/flashback/db_recovery_area.

  4. To change the backup location, type

    alter system set db_recovery_file_dest = '/new_backup_directory/backup_directory';

    where /new_backup_directory/backup_directory is the path to the new backup location.

  5. To confirm that the location has been changed correctly, type

    show parameter db_recovery;

  6. To exit out of sqlplus, type

    quit

  7. To update the dbbackup.cfg file with the correct target backup directory, configure the backups to disk (see the following).

To configure backups to disk on Solaris

  1. Log in as the oracle user.

  2. Run the configure_backup command.

  3. If asked what type of backup to perform, type diskonly.

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

    This is the number of full backups that should be kept. Having at least one extra backup on hand helps guard against data loss due to disk corruption,

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

To configure backups to disk on Windows

  1. Log in as the AgfaService user.

  2. Run the configure_backup command.

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

    This is the number of full backups that should be kept. Having at least one extra backup on hand helps guard against data loss due to disk corruption.

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


See also


Topic number: 8904

Applies to: IMPAX 6.5.1 Server Knowledge Base