Skip to content

Instantly share code, notes, and snippets.

@programaker
Created April 7, 2010 14:34
Show Gist options
  • Select an option

  • Save programaker/358949 to your computer and use it in GitHub Desktop.

Select an option

Save programaker/358949 to your computer and use it in GitHub Desktop.
How to get the source code of a stored procedure in Oracle
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