Revision: 71263
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 2, 2017 05:31 by bbrumm
Initial Code
BEGIN EXCEPTION WHEN OTHERS THEN dbms_output.put_line('An error was encountered: '||SQLCODE||' - '||SQLERRM); END;
Initial URL
http://www.databasestar.com/oracle-sqlerrm-function/
Initial Description
An example of the Oracle SQLERRM function
Initial Title
Oracle SQLERRM Function
Initial Tags
sql, Oracle
Initial Language
SQL