ORA-01187: cannot read from file because it failed verification tests
ORA-01110: data file 201: ‘/u01/app/oracle/oradata/CNDB/temp01.dbf’
查询临时文件是存在的
重建临时数据文件
删除临时文件:
alter database tempfile '/u01/app/oracle/oradata/CNDB/temp01.dbf' drop;
重新添加临时数据文件:
alter tablespace temp add tempfile '/u01/app/oracle/oradata/CNDB/temp01.dbf' size 30M reuse;
数据库正常