Created
April 7, 2010 14:34
-
-
Save programaker/358949 to your computer and use it in GitHub Desktop.
How to get the source code of a stored procedure in Oracle
This file contains hidden or 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
| select | |
| text | |
| from | |
| user_source | |
| where | |
| name = '<stored-procedure-name>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment