ORA-19505: failed to identify file ""
contents of Memory Script: { backup as copy current controlfile for standby auxiliary format '/oradata/ORCL/control01.ctl'; restore clone primary controlfile to '/oradata/ORCL/control02.ctl' from '/oradata/ORCL/control01.ctl'; } executing Memory Script Starting backup at 10-FEB-23 channel c1: starting datafile copy copying standby control file RMAN-03009: failure of backup command on c1 channel at 02/10/2023 13:51:58 ORA-17628: Oracle error 19505 returned by remote Oracle server ORA-19505: failed to identify file "" channel c1 disabled, job failed on it will be run on another channel channel c2: starting datafile copy copying standby control file RMAN-03009: failure of backup command on c2 channel at 02/10/2023 13:51:59 ORA-17628: Oracle error 19505 returned by remote Oracle server ORA-19505: failed to identify file "" channel c2 disabled, job failed on it will be run on another channel released channel: c1 released channel: c2 released channel: c3 RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: failure of Duplicate Db command at 02/10/2023 13:51:59 RMAN-05501: aborting duplication of target database RMAN-03015: error occurred in stored script Memory Script RMAN-03009: failure of backup command on c2 channel at 02/10/2023 13:51:59 ORA-17628: Oracle error 19505 returned by remote Oracle server ORA-19505: failed to identify file ""
如上报错一般是目录的问题,这里再复制控制文件的时候就报错了,查看对应的备库目录发现目录名称大小不匹配导致
[oracle@snc-sdyd-oraclerac02 oradata]$ ll 总用量 0 drwxrwxr-x. 2 oracle oinstall 6 2月 10 13:09 arch drwxrwxr-x. 2 oracle oinstall 6 2月 10 13:09 orcl
创建ORCL目录后正常搭建
作者:hanglinux
出处:https://www.cnblogs.com/hanglinux/p/17108688.html
版权:本作品采用「署名-非商业性使用-相同方式共享 4.0 国际」许可协议进行许可。
分类:
故障处理
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?