01/27: Oracle > get package information
Category: Oracle
Posted by: hajime osako
OTN Discussion Forums : How to get package information from ...
DESC ABC
select text from user_source where name='ABC' and type='PACKAGE BODY';
DESC ABC
select text from user_source where name='ABC' and type='PACKAGE BODY';