Hi,

Does anyone know how to catch the exception for integrity constraint violation in PL/SQL? Is there an Exception for Integrity constraint violation? I couldn't find one from PL/SQL's predefined Exceptions. I tried to use OTHERS but it cannot catch integrity constraint violation.

Thanks for any help.