我在使用RMAN备份的时候,出现下面的问题,请求高人指点。
我搭建的环境是这样的,在我自己的机器上面,安装了两个oracle实例,其中一个是SID=ORCL的实例另外一个是SID=RMAN的实例,我想将ORCL的system用户作为目标数据库,将RMAN的myrman用户作为恢复目录数据库。
- C:\Users\bs>rman
- 恢复管理器: Release 11.2.0.1.0 - Production on 星期一 12月 9 17:02:14 2013
- Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
- RMAN> connect catalog myrman/myrman@rman
- 连接到恢复目录数据库
- RMAN> connect target system/oracle@ORCL
- 连接到目标数据库: ORCL (DBID=3894809361)
- RMAN> register database;
- RMAN-00571: ===========================================================
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
- RMAN-00571: ===========================================================
- RMAN-03002: register 命令 (在 12/09/2013 17:03:35 上) 失败
- RMAN-03014: 恢复目录的隐式重新同步失败
- RMAN-03009: full resync 命令 (default 通道上, 在 12/09/2013 17:03:35 上) 失败
- ORA-01587: 复制控制文件的备份文件时出错
- ORA-27070: 异步读取/写入失败
- OSD-04006: ReadFile() failure, unable to read from file
- O/S-Error: (OS 23) Data error (cyclic redundancy check).
- RMAN>
复制代码 |
|