当前位置:  数据库>oracle

RMAN ORA-19693错误解决

    来源: 互联网  发布时间:2017-06-06

    本文导语: 10.2.0.5 on windows 64 bit 现象:从一个 server A拷贝backupset 至另一个server B。在server B上恢复。首先使用‘catalog start with ’编录backupset . 在恢复数据库的时候出现: RMAN> restore database force; Starting restore at 31-MAY-14 using channel ORA_DISK_1 cha...

10.2.0.5 on windows 64 bit
 
现象:从一个 server A拷贝backupset 至另一个server B。在server B上恢复。首先使用‘catalog start with ’编录backupset .
 
在恢复数据库的时候出现:
 
RMAN> restore database force;

Starting restore at 31-MAY-14
 using channel ORA_DISK_1

channel ORA_DISK_1: starting datafile backupset restore
 channel ORA_DISK_1: specifying datafile(s) to restore from backup set
 restoring datafile 00001 to E:ORADATATESTDGPSYSTEM01.DBF
 restoring datafile 00002 to E:ORADATATESTDGPUNDOTBS01.DBF
 restoring datafile 00003 to E:ORADATATESTDGPSYSAUX01.DBF
 restoring datafile 00004 to E:ORADATATESTDGPUSERS01.DBF
 RMAN-00571: ===========================================================
 RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
 RMAN-00571: ===========================================================
 RMAN-03002: failure of restore command at 05/31/2014 10:12:51
 ORA-19693: backup piece E:BAK_04P9JK4Q_1_11 already included

在mos上找到如下文章:ID 288129.1提到恢复的时候backupset只能有一个copy

使用list backup summary:
 
RMAN> list backup summary;

List of Backups
 ===============
 Key    TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag
 ------- -- -- - ----------- --------------- ------- ------- ---------- ---
 4      B  F  A DISK        30-MAY-14      1      3      NO        TAG201405
 30T170010
 5      B  F  A DISK        30-MAY-14      1      3      NO        TAG201405
 30T170010

使用RMAN> list backup of database tag=TAG20140530T170010;列出copies大于1的。

将磁盘的backupset重命名并删除多余的backup 再重新catalog即可。
 
两种情况:
 
1 实际backupset只有一份,由于多次catalog造成entries重复。
 
可以将backupset重命名,重新catalog再crosscheck
 
备注:这里应该可以用其他方式删除entry??
 
2 实际backupset就有多分,删除多余backupset再crosscheck

OERR: ORA-19693 backup piece %s already included (文档 ID 288129.1)

APPLIES TO:
 Oracle Server - Enterprise Edition - Version 10.1.0.2 and later
 Information in this document applies to any platform.
 Checked for relevance on 12 Jul 2012
PURPOSE
 
Provide OERR information for ORA-19693
 
DETAILS
 
{ This note contains error information about an "Oracle Server" error number. It may contain additional support notes as described in Note:22080.1 }
 
Error:      ORA-19693
 Text:      backup piece %s already included
 ---------------------------------------------------------------------------
 Cause: This backup piece was already specified for inclusion in the restore conversation. A restore conversation may process only a single instance of a backup piece.
 Action: Remove the specified duplicate backup piece in restore steps and restart the conversation.

--------------------------------------推荐阅读 --------------------------------------

RMAN 配置归档日志删除策略

Oracle基础教程之通过RMAN复制数据库

RMAN备份策略制定参考内容

RMAN备份学习笔记

Oracle数据库备份加密 RMAN加密

--------------------------------------分割线 --------------------------------------


    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • rman备份脚本和rman增量备份脚本分享
  • Oracle数据库备份和恢复工具 RMan
  • catalog方式的rman备份与恢复示例
  • rman配置及rman常用命令操作
  • win平台oracle rman备份和删除dg备库归档日志脚本
  • linux自动运行rman增量备份脚本
  • 9i下RMAN的备份及恢复步骤
  • Oracle相关:Rman Crosscheck删除失效归档
  • ORACLE 数据库RMAN备份恢复
  • rman恢复方案和oracle异机恢复
  • Oracle RMAN快速入门指南


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,