Corrupción de un datafile (OCFS) debido a “Interrupted system call”
April 11th, 2007
No comments
Oracle genera el siguiente mensaje de error:
Excepcion ( java.sql.SQLException: ORA-01115: IO error reading block from file 6 (block # 97069)
ORA-01110: data file 6: ‘/u03/oradata/HCIS/HCIS/hcis34xmaster_01.dbf’
ORA-27091: unable to queue I/O
ORA-27072: File I/O error
Linux Error: 4: Interrupted system call
Additional information: 3
Additional information: 97059
Additional information: 8192
Esto es debido a que una interrupción del sistema precisamente, interrumpe una system call (de escritura) dejando el archivo corrupto. Read more…