ORA-15001: diskgroup “xx” does not exist or is not mounted
RMAN-00571: ===========================================================RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============RMAN-00571: ===========================================================RMAN-03002: failure of Duplicate Db command at 04/30/2019 17:23:03RMAN-05501: aborting duplication of target databaseRMAN-06136: ORACLE error from auxiliary database: ORA-00200: control file could not be createdORA-00202: control file: '+DG_DATA01'ORA-17502: ksfdcre:4 Failed to create file +DG_DATA01ORA-15001: diskgroup "DG_DATA01" does not exist or is not mountedORA-15040: diskgroup is incomplete
asmcmd 查看磁盘状态发现磁盘是正常的
[grid@rac1 ~]$ asmcmd lsdgState Type Rebal Sector Logical_Sector Block AU Total_MB Free_MB Req_mir_free_MB Usable_file_MB Offline_disks Voting_files NameMOUNTED EXTERN N 512 512 4096 4194304 61440 31684 0 31684 0 Y DATA/
问题原因/u01/app/oracle/product/19.3.0.0/dbhome_1/bin/oracle 文件权限不足或者权限组不正确
解决办法
cd /u01/app/oracle/product/19.3.0.0/dbhome_1/bin/chown oracle:asmadmin oraclechmod 777 oraclechmod +x oracle
