Re: How I know in the dictionary a procedure is wrapped

  • From: Tanel Põder <tanel.poder.003@xxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Tue, 27 Jul 2004 20:13:11 +0300

> 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.




----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: