Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

PLS-00109

unknown exception name 'string' in PRAGMA EXCEPTION_INIT

Cause

No declaration for the exception name referenced in an EXCEPTION_INIT pragma was found within the scope of the pragma.


Action

Make sure the pragma follows the exception declaration and is within the same scope.