totn Oracle Error Messages

Oracle / PLSQL: ORA-00100 Error Message

Learn the cause and how to resolve the ORA-00100 error message in Oracle.

Description

When you encounter an ORA-00100 error, the following error message will appear:

  • ORA-00100: no data found

Cause

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

Resolution

The option(s) to resolve this Oracle error are:

Option #1

This error must be handled within the application. Modify the application accordingly.