Home Privacy Policy Feedback Link to us Site Map

Oracle/PLSQL: ORA-00100 Error


Error:

ORA-00100: no data found

Cause:

An application tried to access data that was either inaccessible or does not exist.

Action:

The options to resolve this Oracle error are:
  1. This error must be handled within the application. Modify the application accordingly.