[help] rman 数据库复制问题

[复制链接]
查看11 | 回复4 | 2013-2-25 14:51:24 | 显示全部楼层 |阅读模式
主机一:
rman nocatalog备份
数据库A
configure channel 1 device type disk format 'E:\oracle\rman\db_%U';
backup full database;
数据库全备份backupset1
backup current controlfile;
控制文件备份backupset2
主机二:
用以上备份集来恢复数据库B
configure channel 1 device type disk format 'd:\oracle\rman\db_%U';
将备份集拷备到d:\oracle\rman\下
startup nomount;
set dbid=xxxx;
restore controlfile from 'd:\oracle\rman\backupset2'
alter database mount;
restore database;
出现以下错误:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 12/04/2007 15:37:17
ORA-19505: failed to identify file "E:\ORACLE\RMAN\DB_01J2OTDM_1_1"
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 3) ?????????????????
这个如何设置 在主机二就没有E盘
因为rman备份两台机器的目录结构不同
回复

使用道具 举报

千问 | 2013-2-25 14:51:24 | 显示全部楼层
大家帮帮忙呀
回复

使用道具 举报

千问 | 2013-2-25 14:51:24 | 显示全部楼层
郁闷,没有人解答吗
回复

使用道具 举报

千问 | 2013-2-25 14:51:24 | 显示全部楼层
若用了CATALOG,则还可以修改,用CTL,似乎没有办法。
回复

使用道具 举报

千问 | 2013-2-25 14:51:24 | 显示全部楼层
either you have different directory struture of host 1 and host 2or you have wrong setting

read manual. it has all the steps and nothing special.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行