SAP Oracle Database Restore With Different Drive Structure

Note 122363 - DB copy (Restore) w/ retained struct. on Windows NT
The database is on three drives D, E and F. They should be copied onto drives K, L and M. This can be achieved with the following BRBACKUP call:

brbackup -d disk_copy -m all,D:=K:,E:=L:,F:=M: ...

A BRRESTORE call for changed drive letters could look similar:

brrestore -m all|full,D:=K:,E:=L:,F:=M: ...

Caution:
the init<SID>.sap parameter new_db_home should point to the drive on which the directory sapbackup can be found. The same applies during a restore for the environment variable SAPDATA_HOME.


Sample

Thanks for your guidelines.as per this i will try it and revert. but whether it should be full or all option. since we want ot restore entire database. and i have given the syntax below
 
brrestore -m all,c=C,E=C,F=D,G=D,H=E,I=E -b <file-id>.aff
 
and the control file recreation also stick to new version.

No comments: