HP A.06.11 User Manual

Page 150

Advertising
background image

Replace the util_orarest.exe utility with the new util_orarest9.exe
(both located in the /usr/omni/bin directory on Linux):

1.

Rename the util_orarest.exe to util_orarest.exe.orig

2.

Rename the util_orarest9.exe to util_orarest.exe

Problem

The Recovery Catalog was lost and the control file cannot be restored from Data
Protector managed backup

The Recovery Catalog was not used, the RMAN autobackup feature was not used,
and the control file cannot be restored from Data Protector managed backup. A valid
control file backup exists on tape.

Action

Restore the control file from RMAN backup set, mount and restore the database,
and perform database recovery:

run {
allocate channel 'dev_0' type 'sbt_tape' parms
'SBT_LIBRARY=Path_to_Data_Protector_MML';
restore controlfile from 'backup piece handle';
sql 'alter database mount';
set until time 'MMM DD YY HH24:MM:SS';
restore database;
recover database;
sql 'alter database open resetlogs';
release channel 'dev_0';
}

At this point you must manually register any backups made after the control file
backup that was restored. After that, continue with the restore procedure.
For the backup piece handle search the Data Protector internal database
and session outputs of previous backup sessions.

Problem

Binary util_orarest is missing

The message below sometimes appears when you are restoring database items to
a new host:

"Binary util_orarest is missing. Cannot get information from

the remote host."

Integrating Oracle and Data Protector

150

Advertising