ORA-00376: file 65 cannot be read at this time
ORA-00376: file 63 cannot be read at this time
SQL> select file_id,tablespace_name,status from dba_data_files where file_id in(63,65);
FILE_ID TABLESPACE_NAME STATUS
---------- ------------------------------ ---------
65 UNDOTBS1 AVAILABLE
63 UNDOTBS1 AVAILABLE
SQL> select tablespace_name,status from dba_tablespaces where tablespace_name='UNDOTBS1';
TABLESPACE_NAME STATUS
------------------------------ ---------
UNDOTBS1 OFFLINE
alter tablespace UNDOTBS1 OFFLINE
Sat Jan 09 11:39:47 2008
Completed: alter tablespace UNDOTBS1 OFFLINE

本文记录了一次ORA-00376错误的排查过程,详细介绍了如何定位问题并解决由表空间离线导致的应用读取失败的情况。
865

被折叠的 条评论
为什么被折叠?



