Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> ORA-01114: IO error writing block to file 125
All
Im running 9.2.0.0 on MS 2000 Advanced Server when I get the previously mentioned error, allong with the following when attempting to create a materialized view. Here are the tablespace specs as well. up to last evening, this view was being created just fine.
I have been looking at metalink et. al. site that stating datafile size greater than 4G, but am concerned about the validity since this has not happened prior to this. Im hoping someone can tell if Im just too green. At any rate, if anyone has had this issue and has a solution, hopfully not that the DB is completely HOSED. please respond. Il buy the virtual beers
CREATE TABLESPACE "STAR_DATA_MV"
NOLOGGING
DATAFILE 'E:\ORACLE\ORADATA\GDWP\STAR_DATA_MV_01.DBF' SIZE
4096M REUSE AUTOEXTEND
ON NEXT 5120K MAXSIZE 4096M,
'E:\ORACLE\ORADATA\GDWP\STAR_DATA_MV_02.DBF' SIZE 4096M REUSE
AUTOEXTEND
ON NEXT 100M MAXSIZE 4096M,
UNIFORM SIZE 1024K SEGMENT SPACE MANAGEMENT MANUAL
Redo thread mounted by this instance: 1
Oracle process number: 3
Windows thread id: 1884, image: ORACLE.EXE
-- Bryan S Wells - DBA Newbie bunjibry_at_gmail.com -- http://www.freelists.org/webpage/oracle-lReceived on Fri Dec 10 2004 - 12:13:46 CST
![]() |
![]() |