1.

When Is An Exception Propagated To The Outside Environment?

Answer»

An exception is RAISED within the PROGRAM and if there is no CORRESPONDING exception handler, the PL/SQL block terminates unsuccessfully and the exception is propagated to the calling ENVIRONMENT.

An exception is raised within the program and if there is no corresponding exception handler, the PL/SQL block terminates unsuccessfully and the exception is propagated to the calling environment.



Discussion

No Comment Found