1.

What Is The Difference Between Raise And Raise_application_error?

Answer»
  • 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.



Discussion

No Comment Found