Database altered.然后在创建 SQL> alter tablespace temp add tempfile '/home/oracle/oradata/ncdb/...
ORA-01187: 由于验证测试失败而无法从文件 201 读取 ORA-01110: 数据文件 201: '/data/orcl/temp01.dbf' 经过查询dba_tablespaces,dba_temp_files,v$tempfile怀疑可能是tempfile损坏了,解决办法是删除旧数据文件,创建新的数据文件 解决: SQL> alter tablespace temp add tempfile '/data/orcl/temp02.dbf' siz...
ORA-01187: 由于验证测试失败而无法从文件 201 读取 ORA-01110: 数据文件 201: '/data/orcl/temp01.dbf' 经过查询dba_tablespaces,dba_temp_files,v$tempfile怀疑可能是tempfile损坏了,解决办法是删除旧数据文件,创建新的数据文件 解决: SQL> alter tablespace temp add tempfile '/data/orcl/temp02.dbf' siz...
ORA-01110: data file 201: '/u02/database/EC0320/temp/tempEC0320.dbf' SQL> alter tablespace TEMP add tempfile '/u02/database/EC0320/temp/tempEC0320_2.dbf' size 100m autoextend on; Tablespace altered. SQL> alter tablespace TEMP drop tempfile '/u02/database/EC0320/temp/tempEC0320.d...
最近的数据导入(IMP)时碰到了ORA-01187 ORA-01110 错误,由于这个数据库是使用热备恢复过来的,且恢复也是成功的,因为数据库能够成功open,那到底是哪里有遗漏呢?如你有类似的问题,不妨往下看。 1、故障现象 IMP-00003: ORACLE error 1187 encountered ORA-01187: cannot read from file 202 because it failed verif...
最近的数据导入(IMP)时碰到了ORA-01187 ORA-01110 错误,由于这个数据库是使用热备恢复过来的,且恢复也是成功的,因为数据库能够成功open,那到底是哪里有遗漏呢?如你有类似的问题,不妨往下看。 1、故障现象 IMP-00003: Oracle error 1187 encountered ORA-01187: cannot read from file 202 because it failed verif...
最近的数据导入(IMP)时碰到了ORA-01187 ORA-01110 错误,由于这个数据库是使用热备恢复过来的,且恢复也是成功的,因为数据库能够成功open,那到底是哪里有遗漏呢?如你有类似的问题,不妨往下看。 1、故障现象 代码语言:javascript 复制 IMP-00003:ORACLEerror1187encounteredORA-01187:cannot read from file202because it...
最近的数据导入(IMP)时碰到了ORA-01187 ORA-01110 错误,由于这个数据库是使用热备恢复过来的,且恢复也是成功的,因为数据库能够成功open,那到底是哪里有遗漏呢?如你有类似的问题,不妨往下看。 1、故障现象 IMP-00003: ORACLE error 1187 encountered ORA-01187: cannot read from file 202 because it failed verif...
prm: OCI Error creating temporary LOB to retrieve default LOB chunk size (status= 1187-ORA-01187: cannot read from file because it failed verification tests ORA-01110: data file 2514: ‘/u01/oracle/oratemp/fs01/temp1_07.dbf’). 解决方案 1. drop掉报错的临时文件 alter database tempfile ...
ORA-01187: cannot read from file 201 because it failed verification tests ORA-01110: data file 201: ‘/u02/oradata/PROD_PSB/temp_prod_01.dbf’原因任何临时文件都未物理显示或可能损坏。解决方案当你在主数据库上添加临时文件时,新的临时文件不会自动添加到物理备用数据库上。