Submitted Questions

  • Oracle exception block

    In the exception part,what will happen if u don’t give (when others) where will it show error compile time or run time

    NAND

    • Feb 27th, 2012

    It will give the error at run time if it is not able to find the type of exception thrown in the current PL/SQL block or the outer block.
    It will not throw the compile time error.