Skip to content

Instantly share code, notes, and snippets.

@anton-x-t
Created October 11, 2018 11:45
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