Exception Handling in PLSQL
Exception Handling in PLSQL
Exception Handling
By
Parteek Bhatia
Assistant Professor
Dept of Comp Sc & Engg
Thapar University
Patiala
1
10/3/2016
Declare
Exception_name EXCEPTION;
PRAGMA EXCEPTION_INIT (exception_name, error_number);
2
10/3/2016
Thanks