1 问题现象
Starting backup at 2022:04:23 17:47:51
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=1265 instance=cndba device type=DISK
Finished backup at 2022:04:23 17:47:53
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 04/23/2022 17:47:56
RMAN-05501: aborting duplication of target database
RMAN-06136: ORACLE error from auxiliary database: ORA-00200: control file could not be created
ORA-00202: control file: '+DATA'
ORA-17502: ksfdcre:4 Failed to create file +DATA
ORA-15001: diskgroup "DATA" does not exist or is not mounted
ORA-15040: diskgroup is incomplete
ORA-15040: diskgroup is incomplete
ORA-15040: diskgroup is incomplete
ORA-15040: diskgroup is incomplete
ORA-15040: diskgroup is incomplete
2 解决方法
检查$ORACLE_HOME/bin/oracle 文件的权限,该文件需要配置为:oracle:asmadmin,并且具有6751的权限。
[root@cndba bin]# ll oracle
-rwxr-x--x. 1 oracle asmadmin 239626641 4月 22 21:08 oracle
[root@cndba bin]# chmod 6751 /opt/oracle/product/11.2.0.3/bin/oracle
DBCA fails with ORA-17502:ksfdcre:4 Failed to create file (Doc ID 2291438.1)
版权声明:本文为博主原创文章,未经博主允许不得转载。