Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How I know in the dictionary a procedure is wrapped
> Thanks TAnel, this is the best I got meanwhile
> select * from dba_source where text like '% wrapped%' and line =1
Just in case use lower(text) like '% wrapped%' (and I'm not entirely sure whether the wrapped keyword cant be at 2nd or 3rd or on any greater line.., but at least in my test databases all the really wrapped packages have the keyword on the first line source line).
Tanel.
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Tue Jul 27 2004 - 12:23:26 CDT
![]() |
![]() |