HP Data Protector A.06.11 Integration Manual page 157

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

ENV(OB2BARTYPE=Oracle8,OB2APPNAME=DB_NAME,
OB2PROXYCOPY=1)';
RESTORE DATAFILE list_of_backup_set_backups UNTIL
T_RESTORE CHANNEL 'dev_0';
RESTORE DATAFILE list_of_proxy-copy_backups UNTIL
T_RESTORE CHANNEL 'dev_1';
RELEASE 'dev_0';
RECOVER DATABASE UNTIL T_RECOVER ...
RELEASE 'dev_1';
}
Where:
T_RESTORE specifies the time to which to restore and T_RECOVER the time to which
to apply the transactions.
list_of_backup_set_backups is a list of backups of the entire database using
the backup set ZDB method.
list_of_proxy_copy_backups is a list of datafile backups completed after the
start of the backup of the entire database (T_START) and before T_RESTORE.
Problem
Data Protector reports "12:8422" error when using Data Protector Oracle integration
after an upgrade of Oracle 8i to Oracle 9i
After Oracle 8i is upgraded to Oracle 9i, the following error is returned during the
configuration of Oracle instance or during the backup:
*RETVAL*8422
Action
Rename the Oracle 8i svrmgrl binary to something else so that Data Protector will
not find it. The Oracle upgrade process from Oracle 8i to Oracle 9i does not remove
the Oracle 8i svrmgrl binary, rather it changes its permissions. Once the svrmgrl
binary is renamed, Data Protector will use Oracle 9i sqlplus, as it should, to
complete the operations correctly.
Problem
Data Protector reports errors when calling SYS.LT_EXPORT_PKG.schema_inf_exp
during Oracle backup
The following errors are listed in the Data Protector monitor:
Zero downtime backup integration guide
157

Advertisement

Table of Contents
loading

Table of Contents