Created
October 11, 2018 11:45
-
-
Save anton-x-t/0b370e9616d70458f3ff105faa2de4d5 to your computer and use it in GitHub Desktop.
oracle run or execute your procedure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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