How to resolve dbf naming conflict between PRIMARY and STANDBY RDMBS 19.11.0.0
PRIMARY DBF: "SYSTEM"
STANDBY DBF: "system"
Difference in capitalization of the dbf file causes:
RMAN-03002: failure of recover command at 05/18/2022 19:31:59
ORA-19625: error identifying file
+DATA_DG/NPTC/DATAFILE/system.17562.1100457481
ORA-17503: ksfdopn:2 Failed to open file +DATA_DG/NPTC/DATAFILE/system.17562.1100457481
ORA-15012: ASM file '+DATA_DG/NPTC/DATAFILE/system.17562.1100457481' does not exist
Renaming the STANDBY "system" file to the PRIMARY "SYSTEM" resulted in error:
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01523: cannot rename data file to '+DATA_DG/NPTC/DATAFILE/SYSTEM.17562.1100457481' - file already part of database
How to resolve dbf name conflict for DG Recovery