Saturday 26 May 2012

What is the advantage of having a separate exception section within a PL/SQL code? | PL SQL

  The advantages of having a separate exception section within a PL/SQL code are as follows:
?    It is easier to understand the program logic as it is easily visible and readable
?    Any error in any statement will be detected and handled easily.