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)?
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)?