WHEN OTHERS CLAUSE in PLSQL Exceptions:- WHEN OTHERS CLAUSE in PLSQL Exceptions is used to capture an exception that’s not handled by our Named System Exception or Named Programmer Defined Exception. The plsql syntax for using WHEN OTHERS Clause in an Exception within a procedure is: CREATE [OR REPLACE] PROCEDURE procedure_name [ (parameter [,parameter]) ] […]