使用rman传输表空间迁移数据时,过程如下:
首先备份表空间scott_tbs
backup tablespace scott_tbs include current controlfile;成功执行,然后使用传输表空间命令:
RMAN> transport tablespace scott_tbs
2> tablespace destination 'F:\oracle\tts\td'
3> auxiliary destination 'F:\oracle\tts\ad';输出到创建辅助实例的时候提示如下:RMAN-03002: tranport tablespace 命令 (在 07/06/2012 22:55:12 上) 失败
RMAN-03015: 在存储的脚本Memory Script中出现错误
RMAN-06026: 有些目标没有找到 - 终止恢复
RMAN-06024: 没有找到控制文件的备份或副本来复原请问如何解决?