Skip to content

Indentation PLSQL exception

Tako Lee edited this page Feb 21, 2014 · 1 revision
EXCEPTION
     WHEN OTHERS THEN
          DBMS_Output.Put_Line (SQLERRM);

Reference: http://www.dba-oracle.com/t_plsql_indentation_standards.htm

Clone this wiki locally