[重庆思庄每日技术分享]-使用RMAN活动复制数据库时出现报错Ora-19625

来源:这里教程网 时间:2026-03-03 17:25:54 作者:

在通过RMAN活动复制数据库时,出现这样的报错:

RMAN-03002: failure of Duplicate Db command at 05/23/2021 14:54:54

RMAN-03015: error occurred in stored script Memory Script

ORA-19625: error identifying file //system01.dbf

ORA-27037: unable to obtain file status

SVR4 Error: 2: No such file or directory

Additional information: 3

原因是target database服务器的操作系统上没有了对应的文件

处理方法为:

1. RMAN> crosscheck copy;

2. RMAN> delete expired copy;

3. Rerun the duplicate.(参照官方文档Doc ID 399393.1)

相关推荐