Exception Handling: Oracle Short Term Course TIET
Exception Handling: Oracle Short Term Course TIET
PRAGMA EXCEPTION_INIT(exception,
error_number);
Here: exception is the previously declared exception.
error_number is a standard Oracle
Server error number.
Reference the declared exception within the
corresponding exception-handling routine.
Oracle Short Term Course TIET
To show use of User Defined System Exceptions