How can I see the source of a stored procedure?

    Requires Free Membership to View

From the view USER_SOURCE using a SQL statement like the one below.
SELECT text 
FROM user_source
WHERE name = '&PROCDURE_NAME'
AND type= 'PROCEDURE'

This was first published in March 2004

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.