Saturday 26 May 2012

Describe the OTHERS exception handler. | PL SQL

 The exception section handles only those errors that are specified; however, other errors that are not specified cannot be handled. To handle these errors explicitly, the OTHERS exception handler is used that is always defined as the last exception handler.