I have the need to recover one system, SND, to another, PSS. Both are running Oracle 11.2.0.4 on HP-UX 11.31. I have access to HP Data Protector for the recovery but I was informed that I should use brtools to recover one SID to another.
I have tried using the DP GUI and recovery to a new SID doesn't seem possible. Files from, say /oracle/PSS/sapdata1/file_1/file1.dbf end up in /oracle/SND/sapdata1/oracle/PSS/sapdata1/file_1/file1.dbf. In other words, using the GUI there is no way to remove the path.
Using The Google i can find bits and pieces of examples but nothing concrete. The closet I have found is:
"I am in the process of validating the functionality right now. So far it seems to work:
set OB2APPNAME=SID
set OB2HOSTNAME=source_host.domain.name
set OB2BARHOSTNAME=source_host.domain.name
brrestore -m PSAPSIDUSR=H:\ORACLE\SID\SAPBACKUP -b bebktbgr.anf -d util_file"
Anyone have a doc/example they can share?
Thanks
Vince