Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01157: cannot identify/lock data file 201 - see DBWR trace file

Junior alertApr 16 2019 — edited Apr 16 2019

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?

Screen Shot 2019-04-16 at 4.56.48 PM.png

Comments
Post Details
Added on Apr 16 2019
1 comment
459 views