Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Dependencies between Packaged Procedures
Hi,
There is one way of course. If you have not wrapped the package body you can read the source in dba_source and parse it. Or if it is wrapped do the same on the OS from the source files. I seem to remember seeing a PL/SQL ctags generator recently, i thought i saved the link but cannot find it, try searching on ctags and pl/sql and see if that may help. If you find it you can of course use the ctags file to help work out dependencies rather than parsing the source.
hth
kind regards
Pete
-- Pete Finnigan email:pete_at_petefinnigan.com Web site: http://www.petefinnigan.com - Oracle security audit specialists Book:Oracle security step-by-step Guide - see http://store.sans.org for details.Received on Fri Mar 12 2004 - 16:25:57 CST