PLS-00700: PRAGMA EXCEPTION_INIT of string must follow declaration of its exception in the same declarative part

oracle

PLS-00700: PRAGMA EXCEPTION_INIT of string must follow declaration of its exception in the same declarative part
Cause: An EXCEPTION_INIT pragma was not declared in the same block as its exception. They must be declared in the proper order in the same block, with the pragma declaration following the exception declaration.
Action: Place the EXCEPTION_INIT pragma directly after the exception declaration referenced by the pragma.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/