hello community, checking a oracle database 12c phisycal standby, when checking the temporary tablespace of the standby, I find the following error:
select distinct (TABLESPACE_NAME) from dba_temp_files;
ORA-01157: cannot identify/lock data file 201 - see DBWR trace file
ORA-01110: data file 201: '+DATAC1'
PD1: how strange that in my +ASM, there is no diskgroup with that name +DATAC1, What may be happening?
