1.

How Do You Capture An Exception In Oracle?

Answer»

A PL/SQL code block has an EXCEPTION section, which can be used to capture and handle exception. The section begins with the KEYWORD EXCEPTION. You can capture an exception by SPECIFYING its NAME and then STATE appropriate action to handle the exception.

A PL/SQL code block has an exception section, which can be used to capture and handle exception. The section begins with the keyword EXCEPTION. You can capture an exception by specifying its name and then state appropriate action to handle the exception.



Discussion

No Comment Found