Show TOC Start of Content Area

Syntax documentation backup_type  Locate the document in its SAP Library structure

This BRBACKUP parameter identifies the type of the database backup.

Syntax: backup_type = online|online_cons|offline|offline_force|
offline_standby|online_split|offline_split|offline_stop|
online_mirror|online_mirror

Default: offline

Possible values:

·        online: Database backup in online mode, in other words, with the database running.

·        online_cons: Database backup in online mode. As well as the database files, the offline redo log files generated during the backup are copied to the same volume. You then have a logically consistent dataset available. This backup of the offline redo log files with BRBACKUP runs completely independently of other BRARCHIVE backups.

·        offline: Database backup in offline mode, in other words, the database is shut down during backup. When you select this parameter, BRBACKUP checks that no SAP system users are connected to the database. If an SAP System is active, the database is not shut down and BRBACKUP terminates the process with an error message (message number BR0068E).

·        offline_force: Database backup in offline mode, in other words, the database is shut down during backup. BRBACKUP always shuts down the database, even if the SAP System is active.

·        offline_standby: Data backup of a standby database in offline mode; in other words, the standby database is shut down during the backup. This backup mode is only relevant for the standby database configuration. See Standby Database.

·        online_split: The mirror disks are split and backed up while the database is running. The tablespaces to be backed up are only placed in BACKUP status during the split.

This backup mode is only relevant for the split command scenario of Split-Mirror Disk Backup.

·        offline_split: The database is only shut down to split the mirror disks. The backup of the mirror disks can take place whilst the database is running again. The SAP system is running during the entire split mirror backup. However, no transactions can be performed during the short period of time that the database is shut down.

This backup mode is only relevant for the split command scenario of Split Mirror Backup.

·        online_mirror: The mirror disks are split and backed up while the database is running. The tablespaces to be backed up are only placed in BACKUP status during the split. BRBACKUP calls SPLITINT to perform the split.

This backup mode is only relevant for the SPLITINT scenario of Split Mirror Backup.

·        offline_mirror: The database is only shut down to split the mirror disks. The backup of the mirror disks can take place whilst the database is running again. The SAP system is running during the entire split mirror backup. However, no transactions can be performed during the short period of time that the database is shut down. BRBACKUP calls SPLITINT to perform the split.

This backup mode is only relevant for the SPLITINT scenario of Split Mirror Backup.

·        offline_stop: Database backup in offline mode without a consequent startup of the database. After its backup the database can be transferred directly into the mount standby status.
This type of backup is only relevant in the following case: The productive database is saved and then takes over the role of a standby database. The backup itself becomes a productive system.  For more information, see Standby Database.

 

See also:

Online and Offline Backup

End of Content Area