Saturday 26 May 2012

Can the PL/SQL block process more than one exception at a time? | PL SQL

 No, the PL/SQL block cannot handle more than one exception. It can process only one exception handler before terminating.