温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

rman 恢复数据错误案例--ORA-19573 错误

发布时间:2020-08-21 23:55:17 来源:网络 阅读:1149 作者:客居天涯 栏目:关系型数据库

rman 恢复数据错误案例

系统环境:

操作系统: AIX 5300-08

Oracle:   Oracle 10.2.0.1.0


错误现象:

RMAN> restore datafile 4;

Starting restore at 20-MAY-14

allocated channel: ORA_DISK_1

channel ORA_DISK_1: sid=139 devtype=DISK


channel ORA_DISK_1: starting datafile backupset restore

channel ORA_DISK_1: specifying datafile(s) to restore from backup set

restoring datafile 00004 to /u01/app/oracle/oradata/prod/users01.dbf

channel ORA_DISK_1: reading from backup piece /backup/inc0_PROD_2qp8omr6_1_1

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

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

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

RMAN-03002: failure of restore command at 05/20/2014 12:19:41

ORA-19870: error reading backup piece /backup/inc0_PROD_2qp8omr6_1_1

ORA-19573: cannot obtain exclusive enqueue for datafile 4


一直以为是备份有问题,没有找到备份的数据文件!


原来是DataBase 在open下,忘了将datafile offline,造成此低级错误;将数据文件offline 后,问题解决!


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI