Hi,
I have a table that resides on the LARGE_DATA tablespace.
I'm trying to create an index on that table into LARGE_INDEX tablespace.
Half-way through I keep on getting this error:
ORA-01115: IO error reading block from file 62 (block # 3786561)
ORA-01110: data file 62: '/u02/oradata/data/LARGE_DATA_13.dbf'
ORA-27091: unable to queue I/O
ORA-27072: File I/O error
Additional information: 3
Additional information: 3786545
Additional information: 57344
My database version is Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
and it runs on a 32-bit Linux machine.
There's no error on alert.log and no trace files were generated.
Your assistance is appreciated.