Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Show text of stored procedure

Re: Show text of stored procedure

From: <markp7832_at_my-deja.com>
Date: Wed, 01 Dec 1999 17:46:22 GMT
Message-ID: <823mtd$lqh$1@nnrp1.deja.com>


In article <823dvu$ekh$1_at_nnrp1.deja.com>,   alan_perot_at_my-deja.com wrote:
> I am trying to find a way (query, etc.) to view
> the text of a stored procedure in Oracle 8
> without having the source. I looked through the
> documentation and can't find anything, or any
> standard user or dba tables or views that might
> contain the text. The particular procedures I am
> interested in are inside a package, if that helps.
>
> Thanks
> Alan
>

Alan, Look at ALL_, DBA_, and USER_SOURCE. If the package was not wraped then you will be able to read the source for packages, procedures, and functions in these Dictionary views.

--
Mark D. Powell -- The only advice that counts is the advice that  you follow so follow your own advice --

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Dec 01 1999 - 11:46:22 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US