Please disable your adblock and script blockers to view this page

Search this blog

Showing posts with label PL/SQL Exceptions. Show all posts
Showing posts with label PL/SQL Exceptions. Show all posts

Monday 2 April 2018

PL/SQL Exceptions


An error that occurs during execution of the program is called exception, Like other programming languages, PL/SQL offers a way to catch these exceptions and handle them.

There are two types of exceptions in PL/SQL


  1. System-Defined Exceptions 
  2. User-Defined Exceptions