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.