Exception Handling - ORACLE PL/SQL Chapter Wise Interview Questions Question 1: What is RAISE_APPLICATION_ERROR? Answer: It is a built in function. - This enables you to specified user defined error messages. Syntax: RAISE_APPLICATlON_ERROR(errnum, ’errmsg ’). errnum:it indicates an error number that contains any value between - 20,000 to -20,999. Question 2: What is … [Read more...]