What is an exception?
Exception in PL/SQL is an error created during a program execution.
We have three types of exceptions:
What is an exception handling?
Exception handling is a possibility to keep our program running even if appear runtime error resulting from for example coding mistakes, hardware failures.We avoid it from exiting abruptly.