Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

O/S-Error: (OS 1117) The request could not be performed because of an I/O device error

ivwviFeb 12 2014 — edited Feb 12 2014

Dear Experts,

I am facing this error in 500G table on  win 2008 R2        64 bit RAM

nothing in alert log or v$recover_file

Oracle Database 11g  11.2.0.1.0 - 64bit

SQL> create index  L_3__SERIALIZED  on   L_3_PV_TD_LINE_ITEMS_FF_REL_2 (SERIALIZ

ED)  parallel 16 nologging;

create index  L_3__SERIALIZED  on   L_3_PV_TD_LINE_ITEMS_FF_REL_2 (SERIALIZED)

parallel 16 nologging

*

ERROR at line 1:

ORA-12801: error signaled in parallel query server P015

ORA-01115: IO error reading block from file 115 (block # 967936)

ORA-27070: async read/write failed

OSD-04016: Error queuing an asynchronous I/O request.

O/S-Error: (OS 1117) The request could not be performed because of an I/O

device error.

ORA-01115: IO error reading block from file 115 (block # 967936)

ORA-27070: async read/write failed

OSD-04016: Error queuing an asynchronous I/O request.

O/S-Error: (OS 1117) The request could not be performed because of an I/O

device error.

Thanks for help

This post has been answered by Hemant K Chitale on Feb 12 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 12 2014
Added on Feb 12 2014
7 comments
5,720 views