ORA-01114: IO error writing block to file %s (block # %s)
501173Aug 24 2006 — edited Mar 4 2010Hi,
I tried to perform a complex select and a complex insert statement on Oracle9i Enterprise Edition Release 9.2.0.4.0 on my linux. The following error messages were displayed:
select statement: ORA-01114: IO error writing block to file %s (block # %s)
insert statement: ORA-00603: ORACLE server session terminated by fatal error
I did researches on the internet and found one of the causes (database's temp file space has filled up etc.), but I am not sure what to do.
I think that I found the temp file in the database directory: temp01.dbf (11.039.416.320). Is it the temp file mentioned? How can I truncate it? or what should I do with this file? What does this temp file do?
Another file is undotbs01.dbf (2.422.218.752). This is a big file. Should I fix this file?
Could someone please help me to solve this problem?
Thanks