Exception Range « PL SQL « Oracle PL / SQL






1.Inner exception and outter exception
2.Exception Range in action
3.Add a WHEN OTHERS handler to catch all runtime exceptions.
4.A WHEN OTHERS handler that records which runtime error occurred.
5.Raising a dynamic exception without previously declaring a user-defined EXCEPTION variable: