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
> Even tried to find the column
> select * from dba_tab_cols where column_name like '%WRA%'
Good approach for quickly searching for necessary information (although I've used to query dict_columns for DD).
> if you have more luck please share it.
I don't know of any DD columns which explicitly state whether a PL/SQL object is wrapped or not, you just have to check into the source, where you have a "wrapped" keyword after object type and object name.
Some more information on how the wrap utility modifies the code: http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96624/c_wrap.htm#158
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:11:05 CDT
![]() |
![]() |