Skip to content
qwazer edited this page Mar 19, 2015 · 1 revision

Configuration

Configuration provided by xml config. Look at current one in svn

Default config placed inside scheme2ddl.jar.

You can use custom config with option

java -jar scheme2ddl.jar --config <path_to_your_custom_config>

Sample custom config placed in distribution package.

What can be configured

name details
dataSource Connection to Oracle
reader Try to process Public Db Links and Dmbs Jobs
writer Output path
taskExecutor Number of threads
transformParams_for_dbms_metadata
fileNameConstructor Custom templates for construct filename
Ability to map file extension like 'TOAD' or 'PL/SQL Developer' (experimental)
ddlFormatter Some prettify options dependencies For example, indexes of tables excludes Patterns to exclude proccessing
Clone this wiki locally