IMPAX 6.5.1 Server Knowledge Base home > Oracle Server home
Keep these guidelines in mind to determine the database backup needs for your site.
Reasons for database backups
A backup protects against unexpected media failure or corruption of the database. If you experience media failure, you can recover the most recent database backup.
![]() | CAUTION! Failure to create a database backup may result in the loss of critical data. |
If the database is not backed up regularly, the disk where the transaction logs are being stored may run out of space, causing the database to hang.
If the structure of the database ever changes, perform a database backup immediately afterward.
Frequency of database backups
The database can be backed up while it is open and being used.
Back up the database at the end of every working day. Therefore, if the database is being used only Monday to Friday, back up the database five times a week. If the database is being used Sunday to Saturday, back up the database every day of the week.
Database backup media
Oracle for Windows
Only disk backups are supported for Oracle for Windows databases. If required, site-specific third-party add-on backup tools can be used to extend these disk backups to tape and/or enterprise mechanisms already in use at the site.
Oracle for Solaris
Direct disk and flashback disk backup methods are supported for Oracle for Solaris databases. The flashback method can also utilize an Agfa-provided disk-to-disk-to-tape backup mechanism, or a site-specific third-party add-on enterprise backup tool to provide this functionality. Any tape drive recognized by Solaris can be used for this purpose.
Backups to disk
To perform backups to disk, you should allocate enough disk space to store a minimum of three days of database backups.
To determine the amount of space required for disk backups, an Excel spreadsheet called the Database Configurator tool can be used to determine the size of various Oracle database partitions, based on estimated or initial exam volume and anticipated growth for the next five years.
The Database Configurator tool is available on Mednet at the following location: http://ftp.agfa.be/HE/software/PACS/3rd_Party_Solutions/Oracle/Software/database_configurator/.
Backups to tape
When backing up to tape, use a standard backup strategy. For instance, for a one-week backup, a minimum of seven tapes would normally be required, one for each day of the week. A one-month backup can be built using a minimum of 10 tapes. Multiple copies of the daily tape backups are recommended to guard against the unintended use of defective tapes. No matter how many tapes are used during a backup cycle, keep all the incremental tapes, between the oldest and the most current, as well as at least the last full backup, so that all necessary transactions logs can be replayed after the last restore is completed.
Oracle database backup options
| Tape backup | RMAN disk backup | RMAN Flashback (disk-to-tape)* | |
|---|---|---|---|
| With Oracle Data Guard | |||
| IMPAX pre-6.4 | Yes—archive and Flashback logs are stored in the Flashback area | Yes—archive and Flashback logs are stored in the Flashback area | N/A |
| IMPAX 6.4 | N/A | Yes—archive and Flashback logs are stored in the Flashback area | Yes—archive and Flashback logs are stored in the Flashback area |
| IMPAX 6.5 | N/A | Yes—archive and Flashback logs are stored in the Flashback area | Yes—archive and Flashback logs are stored in the Flashback area |
| Without Oracle Data Guard | |||
| IMPAX pre-6.4 | Yes—archive logs are stored in /dbase/arch | N/A | N/A |
| IMPAX 6.4 | Yes—archive logs are stored in /dbase/arch | Yes—archive logs are stored in /dbase/arch (Flashback is not enabled for non-ODG systems even though RMAN backups are used) | Yes—archive logs are stored in /dbase/arch (Flashback is not enabled for non-ODG systems even though RMAN backups are used) |
| IMPAX 6.5 | N/A | Yes—archive logs are stored in /dbase/arch (Flashback is not enabled for non-ODG systems even though RMAN backups are used) | Yes—archive logs are stored in /dbase/arch (Flashback is not enabled for non-ODG systems even though RMAN backups are used) |
* This option will be discontinued when an RMAN tape backup option is released.
See also
Automating database backups for Oracle
Configuring backups using Flashbackup on Solaris
Database recovery considerations
Topic number: 104914 Applies to: IMPAX 6.5.1 Server Knowledge Base |