Entering content frameFunction documentation Structure-Retaining Database Copy Locate the document in its SAP Library structure

Use

With BRBACKUP you can make a copy of the Oracle database files with exactly the same directory structure. You can use this type of database copy to:

Prerequisites

You must create the following directories on the target database:

The corresponding subdirectories are created automatically during copying.

This graphic is explained in the accompanying text

Example

/oracle/C11/sapdata2/stabd_1/stabd.data1 is copied to
/oracle/C12/sapdata2/stabd_1/stabd.data1

Caution

Since this is a one-to-one copy, software compression is not possible.

Activities

To copy the database, you have to define the name of the new database home directory (of the database copy) in the init<DBSID>.sap profile parameter new_db_home (for local disks) or stage_db_home (for remote disks). Also set the parameter backup_dev_type to disk_copy|disk_standby|stage_copy|stage_standby or call up BRBACKUP with the relevant command option, for example, brbackup -d|-device disk_copy.

Note

Under Windows, the sapdata directories can be distributed across several drives. When you make the copy, you can retain this distribution by specifying the appropriate target drives. For more information, see the BRBACKUP parameter m|-mode.

Leaving content frame