Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to get a list of WRAPPED procedures, functions and packages?

user49914949919675123Feb 19 2010 — edited Feb 22 2010
We have over 1000 stored procs, functions and packages.

We want to find out which ones are WRAPPED and which ones are not.

How to do it using 1 SQL statement.

I tried USER_OBJECTS, USER_SOURCE but there is no column indicating that that procedure is wrapped.

Also no data dictionary view on this: SELECT * FROM dict WHERE table_name LIKE '%WRAP%'; returns 0 rows.

Any help on this would be greatly appreciated.

Edited by: Channa on Feb 19, 2010 3:38 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 22 2010
Added on Feb 19 2010
5 comments
1,455 views