I am using the dbms_metadata.get_ddl function. I extract the ddl of the package and package body separately and use them separately, so I don't need the DACK of the PACKAGE BODY package when I request DACK PACKAGE. However, get_ddl ('PACKAGE', some_package) returns the DACK of the PACKAGE and PACKAGE BODY packets together. Is there a parameter to install or something else to make this possible ...
oracle plsql
Serkan Kasapbaşı
source share