Print DDL from Oracle Commerce (ATG) Repository

All Oracle Commerce (ATG) Repositories have the availability to print the DDL for all the tables, and constraints that creates it, this can be done by typing
<print-ddl/>
And run the the xml operation on any repository as follows:

This will return the drop and the create for each table/constraint/index on the repository.




This feature is out there at least since atg 9.4 http://docs.oracle.com/cd/E26180_01/Platform.94/RepositoryGuide/html/s1202printddl01.html


Comments