U6 ORACLE PLSQL 2025 Partial Programmer Exceptions Students
U6 ORACLE PLSQL 2025 Partial Programmer Exceptions Students
• Functions:
• SQLCODE
• SQLERRM
• The procedure:
• RAISE_APPLICATION_ERROR
• The pragma:
• EXCEPTION_INIT
EXECUTE Increase_Salary7(7934);
*** Unexpected error
EXECUTE Increase_Salary8(7934);
***Commission NULL
cc-by-sa Gema Cervigón. Guadalupe Bermejo UT7 DDBB 14
PL/SQL. Partially Programmer's exceptions
(RAISE_APPLICATION_ERROR)
18. Implement another procedure that also raises the salary and
commission of the employee's manager.