What is Pragma EXECPTION_INIT? Explain the usage?

Submitted by: Administrator
The PRAGMA EXECPTION_INIT tells the complier to associate an exception with an oracle error. To get an error message of a specific oracle error.
e.g. PRAGMA EXCEPTION_INIT (exception name, oracle error number)
Submitted by: Administrator

Read Online Oracle PL-SQL Job Interview Questions And Answers