Google News
logo
PL/SQL - Interview Questions
What is Exception handling in PL/SQL?
Exception handling in PL/SQL can be adjusted. When an error occurs, the program’s error handling code is included.

There are three different sorts of exceptions :
 
* Pre-defined exceptions are frequent errors that have already been defined. NO DATA FOUND is an example.

* Undefined exceptions are errors that don’t have a name assigned to them.

* User-defined exceptions are handled by the user’s own code.
Advertisement