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
Juan Carlos Reyes Pacheco
OCP
-------Original Message-------
From: oracle-l_at_freelists.org
Date: 07/27/04 11:39:16
To: oracle-l_at_freelists.org
Subject: Re: How I know in the dictionary a procedure is wrapped
There should be a 'package body <name> wrapped' string in first line of each wrapped package body.
Tanel.
> STFV DBA_SOURCE ...
> Regards,
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- 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:14:26 CDT
![]() |
![]() |