加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ORA-19573: cannot obtain exclusive enqueue for datafile XXX

发布时间:2020-12-12 15:55:34 所属栏目:百科 来源:网络整理
导读:ORA-19573: cannot obtain exclusive enqueue for datafile XXX 解决方法 一个朋友说自己使用RMAN进行恢复datafile 3,出现ORA-19573,不能正常恢复。与朋友沟通,朋友执行恢复的时候,竟还有实例处于OPEN状态。把所有实例mount后,恢复成功 RMAN-00571: ===

ORA-19573: cannot obtain exclusive enqueue for datafile XXX解决方法

一个朋友说自己使用RMAN进行恢复datafile 3,出现ORA-19573,不能正常恢复。与朋友沟通,朋友执行恢复的时候,竟还有实例处于OPEN状态。把所有实例mount后,恢复成功

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-03002: failure of restore command at 07/26/2013 11:45:33

ORA-19870: error while restoring backup piece /rman/backup/data/level0_RACDB_93_1_2tofn3hn_20130726.bak

ORA-19573: cannot obtain exclusive enqueue for datafile3

[oracle@racdb 2 rman]$ oerr ora 19573

19573,00000,"cannot obtain %s enqueue for datafile %s"

// *Cause:The file access enqueue could not be obtained for a file

//specified in a backup,copy or restore operation.

//If the enqueue type shown is 'shared',then the file is the

//input file for a backup or copy.If the type is 'exclusive',then

//the file is the output file for a datafile copy or restore which

//is attempting to overwrite the currently active version of that

//file - in this case,the file must be offline or the database must

//be closed.If the type is 'read-only',then you are attempting

//to back up or copy this file while the database is in NOARCHIVELOG

//mode.

// *Action: Wait until the conflicting operation is complete,then retry

//the copy or backup.If the database is in NOARCHIVELOG mode,102)">//all files being backed up must be closed cleanly.

解决方法:所有实例mount状态下执行恢复!

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读