Skip to content

Instantly share code, notes, and snippets.

@anton-x-t
Created October 11, 2018 11:45
Show Gist options
  • Save anton-x-t/0b370e9616d70458f3ff105faa2de4d5 to your computer and use it in GitHub Desktop.
Save anton-x-t/0b370e9616d70458f3ff105faa2de4d5 to your computer and use it in GitHub Desktop.
oracle run or execute your procedure
begin
-- License for this code: cc by-sa 3.0
-- On executing procedure, thank you Thorsten, https://stackoverflow.com/q/1854427
your_procedure;
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment