PL/SQL For Practitioners – #4 Exception Handling

Hi there,   One of the most used features of PL/SQL is the exception handling. Exceptions can arise from many different sources such as coding mistakes and design faults. Although we can’t predict all failures that might happen, we can use exception handlers predefined in our programs or create our own exceptions to keep them … Continue reading PL/SQL For Practitioners – #4 Exception Handling