Getting ORACLE programming object definitions

Posted by Yaakov Davis on Stack Overflow See other posts from Stack Overflow or by Yaakov Davis
Published on 2010-05-05T08:02:48Z Indexed on 2010/05/05 8:08 UTC
Read the original article Hit count: 217

Filed under:
|
|
|
|

Let's say I have an ORACLE schema with contains a package. That package defines types, functions, procedures, etc:

CREATE PACKAGE... DECLARE FUNCTION ... PROCEDURE ... END;

Is there a query I can execute to get the definitions of those individual objects, without the wrapping package?

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about sub