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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: How I know in the dictionary a procedure is wrapped

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

From: Tanel Põder <tanel.poder.003_at_mail.ee>
Date: Tue, 27 Jul 2004 20:13:11 +0300
Message-ID: <3e3e01c473fc$fed41040$0a879fd9@porgand>


> 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_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:11:05 CDT

Original text of this message

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