Saturday 26 May 2012

What is the difference between RAISE and RAISE.APPLICATIONJERROR? | PL SQL

 RAISE is used to call pre-defined exceptions declared in the declarative section of the PL/SQL block.
RAISE_APPLICATION.„ERROR is used to call user-defined ORA - error messages from stored subprograms.