Command WbGenerateDiagram generates SVG images from configuration files. Configuration files are used to determine position of tables and other options, like path to further documentation of a table.
-- Step 1a: Create configuration files from PL/SQL-Developer diagram files
WbGenerateDiagram -inputFile=C:/SVN/legatodb/source/LEGATO/trunk/Reports/PLSQL_Diagrams/%.pdd
-outputFile=C:/SVN/legatodb/source/LEGATO/trunk/Oracle/model/html/conf/%.conf;
-- Step 1b: Save configuration changes from SVG files
WbGenerateDiagram -inputFile=C:/SVN/legatodb/source/LEGATO/trunk/Oracle/model/html/img/AE_Tables.svg
-outputFile=C:/SVN/legatodb/source/LEGATO/trunk/Oracle/model/html/conf/AE_Tables.conf;
-- Step 2: Create SVG images from Workbench XML-Report
WbGenerateDiagram -inputFile=C:/SVN/legatodb/build_scripts/dbmodel/model_4_6.xml
-outputFile=C:/SVN/legatodb/source/LEGATO/trunk/Oracle/model/html/img/%.svg
-propertyFile=C:/SVN/legatodb/source/LEGATO/trunk/Oracle/model/html/conf/%.conf;