5.
Restore missing archived redo logs required for database recovery.
Example:
# sqlplus
user
/
password
@
net_service_name
SQL> select SEQUENCE#, NAME from V$ARCHIVED_LOG
where
(NEXT_TIME>to_date('2007/10/03') and (FIRST_CHANGE#<='
until_SCN
');
# brrestore -a
log_no
,... -d util_file -c force -u
user
/
password
6.
Recover the target database.
Example:
# rman target
user
/
password
@
net_service_name
RMAN> run{
2> allocate channel dbrec type disk;
3> recover database until scn
until_SCN
;
4> release channel dbrec;
5> }
Restoring using another device
You can restore using a device other than that used for backup.
Using the Data Protector GUI
On how to specify another device for restore using the Data Protector GUI, see the
online Help index: “restore, selecting devices for”.
Using the Data Protector CLI or SAP commands
If you are restoring using the Data Protector CLI or SAP R/3 commands, specify the
new device in the file:
Windows:
Data_Protector_home
\Config\Server\cell\restoredev
UNIX:
/etc/opt/omni/server/cell/restoredev
Use the format:
"
DEV 1
" "
DEV 2
"
where
DEV 1
is the original device and
DEV 2
the new device.
IMPORTANT:
Delete this file after use.
Zero downtime backup integration guide
227
Summary of Contents for Data Protector A.06.11
Page 18: ...Publication history 18 ...
Page 83: ...Figure 21 EVA backup options Click Next Zero downtime backup integration guide 83 ...
Page 197: ...Figure 49 XP backup options Zero downtime backup integration guide 197 ...
Page 198: ...Figure 50 VA backup options Data Protector SAP R 3 ZDB integration 198 ...
Page 199: ...Figure 51 EVA backup options Click Next Zero downtime backup integration guide 199 ...
Page 242: ...Data Protector SAP R 3 ZDB integration 242 ...
Page 315: ...1 In the Context List select Restore Zero downtime backup integration guide 315 ...
Page 328: ...Data Protector Microsoft Exchange Server ZDB integration 328 ...
Page 432: ...Appendix 432 ...
Page 490: ...Glossary 490 ...