What is exception handling in pl/sql?
Posted by silpa on Sep 11 2007
Exception handling allows developers to raise and handle errors.
Each SQL block has its own exception block.
When exception occurs execution terminates and control passes to the exception block.
Leave a Comment