Entering content frameSyntax documentation restore_mode Locate the document in its SAP Library structure

This parameter is used by BRRESTORE to determine the scope of restore activity.

Syntax:

restore_mode = all|all_data|full|incr|incr_only|incr_full|<tablespace>|<file_ID>|<file_ID1>-<file_ID2>|(<object_list>]

Default: all

Possible values:

Restore all tablespaces (without control files and redo log files)

Restore all tablespaces that are not pure index tablespaces.

Restore a complete backup (that is, complete or partial).

Restore an incremental backup with RMAN.

Restore changes to all files that were in the database at the time of the last full backup. See "Restoring Incremental Backups with Structural Changes" in Profile Parameters and BRBACKUP Command Options.

Restore files that have been added to database since the last full backup. See "Restoring Incremental Backups with Structural Changes" in Profile Parameters and BRBACKUP Command Options.

The files of the specified tablespaces are processed by the appropriate SAP utility.

The file with this file ID are restored. For data files, this is the Oracle file ID. Control files can be addressed with the file ID 0. Online redo log files can be addressed using the file ID 0<n>, <n> is the redo log group number. Specify file ID 00 to restore all existing online redo log files.

The files in this interval are restored.

You can enter an object list, as described in Initialization Profile init<DBSID>.sap. This list can also include the key word all. However, we recommend processing database files and non-database files separately.

 

 

Leaving content frame