Skip to content

Instantly share code, notes, and snippets.

@gazhikaba
Last active June 13, 2016 12:44
Show Gist options
  • Select an option

  • Save gazhikaba/0c9e31fbdb677cabc64629c66da7f6a1 to your computer and use it in GitHub Desktop.

Select an option

Save gazhikaba/0c9e31fbdb677cabc64629c66da7f6a1 to your computer and use it in GitHub Desktop.
Oracle
//output error message of code
declare
begin
DBMS_OUTPUT.PUT_LINE( sqlerrm(-904));
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment