Restore After A Switch Between Zdb Methods Fails - HP Data Protector A.06.11 Integration Manual

Zero downtime backup for oracle, sap r/3, microsoft sql server, microsoft exchange server, and microsoft volume shadow copy service
Hide thumbs Also See for Data Protector A.06.11:
Table of Contents

Advertisement

list backup;
to display a list of the objects in the recovery catalog. Check the list of Proxy Copy
sessions, listed at the end.
To synchronize the recovery catalog and the IDB, run the RMAN command:
resync catalog;
After the synchronization is performed, restore should be possible.
Problem

Restore after a switch between ZDB methods fails

If you perform a restore to a specified time (T_RESTORE) that lies in the time interval
between the start of the first backup of the entire database using the new method
(T_START), and before this backup is finished (T_FINISH), RMAN may try to restore
the backup files made with the new method using a channel allocated for backup
files made using the previous method. As a result, the restore procedure fails.
Figure 40 Restore after a switch between ZDB methods fails
Action
Restore the backup session manually using RMAN scripts. Add the required parameter
to the allocated channels, that is OB2PROXYCOPY=1 for the channel which will be
used for restoring the backup made using the proxy-copy ZDB method. Then restore
the backup files using the correct channels.
For example, if you switched from the backup set to the proxy-copy ZDB method, the
script may look similar to the following one:
run {
ALOCATE CHANNEL 'dev_0' TYPE 'sbt_tape'
PARMS 'SBT_LIBRARY=Path_to_Data_Protector_MML,
ENV(OB2BARTYPE=Oracle8,OB2APPNAME=DB_NAME)';
ALOCATE CHANNEL 'dev_1' TYPE 'sbt_tape'
PARMS 'SBT_LIBRARY=Path_to_Data_Protector_MML,
156
Data Protector Oracle ZDB integration

Advertisement

Table of Contents
loading

Table of Contents