Recover a 9i database from RMAN backup

Recover a 9i database from RMAN backup[@more@]QUESTION
=========
We suffered a disk failure last week and have to re-install a new solaris 10 on it. Unfortunately we do no
t have 9i installation disks any more. The failed database was a 9.2.0.8 databas
e. We have full database backup in RMAN and planned to install 10gR2 to the new
server. But we have no idea how to use the 9i backup to recover the database to
10gR2.

RESEARCH
==========
They are using a recovery catalog
They are backing up to tape


ANSWER
========
1. You need to download and install the 9.2.0.1 software for Solaris Sparc

2. You need to download and install the same patchset for 9.2.x from Metalink for Solaris Sparc

3. You need to install and configure your MML so that you can restore and recover using your tape backups

4. Set your ORACLE_SID environment variable
connect to the target and the recovery catalog with rman
startup nomount
set dbid=xxxxxxxxx;
restore spfile;


You should be able to get the dbid from either an rman backup log or from the recovery cata
log:

select dbid, name from rc_database where name = '';


5. After you get the spfile restored then shutdown and startup nomount with the spfile

6. connect to the target and the recovery catalog with rman
startup nomount
set dbid=xxxxxxxxx;
restore controlfile;
alter database mount;

7. after mounting the database restore and recover the database.


As you mentioned you need to work on this probably after I am gone, to get this SR reassigned to
a working analyst call: 800 223-1711


Thanks
P.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/11118/viewspace-1006068/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/11118/viewspace-1006068/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值