You can back up your database to several backup devices (tape devices/disks) in parallel. Parallel backup reduces the backup time and enables unattended operation (backup in unattended mode).
Parallel backup is possible to local or remote backup devices or to hard disks. If the backup devices used support hardware compression use this by setting the
init<DBSID>.sap parameter compress = hardware . You can also make parallel backups with software compression ( compress = yes ).When you perform parallel backups to several backup devices, BRBACKUP attempts to optimize the distribution of the database files among the backup volumes (load balancing).
BRARCHIVE only uses the parallel backup option to tape when you start archiving with
brarchive -ss or brarchive -ssd . In this case, the offline redo log files for archiving are saved to both volumes in parallel (or saved and then deleted).The addresses of the tape devices are defined in the
init<DBSID>.sap parameters tape_address and tape_address_rew (or in tape_address_arch and tape_address_rew_arch ). If the -ss or -ssd option is used, BRARCHIVE only uses the first two tape devices in the list. The addresses of the directories on disk are defined in the init<DBSID>.sap parameter backup_root_dir .
The number of parallel copy processes normally corresponds to the number of backup devices available (tape devices, disks). This setting can be changed with the
init<DBSID>.sap parameter exec_parallel or the command option -e|-execute .