1828174 Members
2765 Online
109975 Solutions
New Discussion

RMU restore issue

 
Sanjoy Paul
Advisor

RMU restore issue

We take backup of a database RDB 5.1 using the following command:

$Rmu/backup/log/online/active_io=5/quiet_point/lock_timeout=3600/label=p2 oms_db_51 mkb0:oms_db_51

We have never tried to restore it . Can anybody tell me the exact syntax to restore the RDB backup ?

Thanks ,

Sanjoy
1 REPLY 1
labadie_1
Honored Contributor

Re: RMU restore issue

Basically, it will be something similar to

rmu/restore oms_db_51.rbf

This assumes you have put the .rbf in your home directory.

You can add a /log to have some more verbosity.

Check the docs, for example this mirror
http://www.pi-net.dyndns.org/docs/rdb/oraclerdb/gdmp7/gdmp_res.htm

Look for
8.9 Restoring a Database Directly from Tape
among other things

You can check the integrity of your database after the restore with a
rmu/verify oms_db_51

You Rdb version is not current (5.x), but I think the syntax is the same for Rdb 5 and Rdb 7