tekdudedude
Technical User
- Sep 29, 2007
- 79
Hello,
Though at this point there are various ways to get DDL for schema objects, is there a way to get DDL (for tables,indexes,procedures,triggers etc.) using the Data Pump?
Yep, in the the legacy imp\exp you can use IndexFile= and there also is dbms_metadata.get_ddl().
I was wondering if the Data Pump could do it and how.
Thanks,
TD
Though at this point there are various ways to get DDL for schema objects, is there a way to get DDL (for tables,indexes,procedures,triggers etc.) using the Data Pump?
Yep, in the the legacy imp\exp you can use IndexFile= and there also is dbms_metadata.get_ddl().
I was wondering if the Data Pump could do it and how.
Thanks,
TD