OCI-17686
I/O operation interrupted with code 'error_code'.
- error_code: The signaled error code that interrupted the I/O.
Cause
An I/O request is being interrupted before the I/O wait can be completed. This interrupt can happen for a variety of reasons including database shutdown, unrelated irrecoverable errors, user actions that interrupt or stop the currently running job, Parallel Query process interrupt, or something else.
Action
Check the error code provided with this message for more information about why the operation is being interrupted. Retrying the operation may result in success. Ensure that the operation is not interrupted by any conflicting actions like shutdown abort of the database or terminating any processes or jobs that may be related to ongoing database activities.