Database Error Messages

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

PLS-00124

name of exception expected for first arg in exception_init pragma

Cause

The first argument passed to the EXCEPTION_INIT pragma was something other than an exception name. The first argument must be the name of a legally declared exception.


Action

Replace the first argument with the name of a legally declared exception.