Loading

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 国际」许可协议进行许可。

posted @   李行行  阅读(803)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?
点击右上角即可分享
微信分享提示
more_horiz
keyboard_arrow_up dark_mode palette
选择主题