Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Help: one DB file often becomes unreadable
I got the following error on these dates 05/18, 06/09, 06/17 and 06/18
on Oracle 7.3.4.0.0 on NT4 SP4.
****************The error from SQL*Plus********************SQL*Plus: Release 3.3.4.0.0 - Production on Thu Jun 17 08:53:34 1999
Copyright (c) Oracle Corporation 1979, 1996. All rights reserved.
Connected to:
Oracle7 Workgroup Server Release 7.3.4.0.0 - Production
With the distributed option
PL/SQL Release 2.3.4.0.0 - Production
SQL> select username from employees;
ERROR:
ORA-00376: file 6 cannot be read at this time
ORA-01110: data file 6: 'D:\ORANT\DATABASE\LIVELINK.DBF'
no rows selected
Every time I find the error the next morning, I can run this to correct it:
d:\orant\bin\svrmgr23
[connect as internal]
recover tablespace livelink
alter database datafile 'D:\ORANT\DATABASE\LIVELINK.DBF' online;
Part of orclALRT.LOG and orclDBWR.TRC is attached at the end.
What could be wrong? Thanks very much for help.
Yong Huang
In orclALRT.LOG, after the above recovery, this is logged at the end of
the file:
Wed Jun 16 22:38:10 1999
KCF: write/open error dba=0x60152cf block=0x152cf online=1
file=6 D:\ORANT\DATABASE\LIVELINK.DBF error=9205 txt: 'OSD-04016: Error queuing an asynchronous I/Orequest.
Completed: alter database datafile 'D:\ORANT\DATABASE\LIVELIN... ORA-00376: file 6 cannot be read at this time ORA-01110: data file 6: 'D:\ORANT\DATABASE\LIVELINK.DBF' *************************************************************In orclDBWR.TRC, this is logged at the end: Dump file D:\ORANT\RDBMS73\trace\orclDBWR.TRC Wed Jun 16 11:50:41 1999
Redo thread mounted by this instance: 1
Oracle process number: 4
pid: 1e4
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Fri Jun 18 1999 - 09:57:59 CDT
![]() |
![]() |