HomePrivacy PolicyFeedbackLink to usSite Map

Oracle/PLSQL: ORA-01403 Error


Error:

ORA-01403: no data found

Cause:

You tried one of the following:
  1. You executed a SELECT INTO statement and no rows were returned.
  2. You referenced an uninitialized row in a table.
  3. You read past the end of file with the UTL_FILE package.

Action:

The options to resolve this Oracle error are:
  1. Terminate processing of the data.