Export objects from multiple schemas

hwk

Member
Is there any way of exporting the DDL for all objects in multiple schemas?

I have a number of (dependent) schemas, and gettiing the correct DDL in the right order with the right dependencies is a pain (also running exports on the individual schemas won't work because of e.g. FKs in one schema referencing another schema)

Also, enabling this to be generated from the command line (so it can be automated) would be ideal.

Any way of doing this (or plans to add this)?
 
Both options are currently not possible, and have not been planned for the next release. I have added this to the list of enhancement requests though.
 
Back
Top