@@ -39,21 +39,23 @@ More command line options
39
39
java -jar scheme2ddl.jar -help
40
40
...
41
41
Options:
42
- -help, -h print this message
43
- -url, DB connection URL
44
- example: scott/tiger@localhost:1521:ORCL
45
- -o, --output, output dir
46
- -p, --parallel, number of parallel thread (default 4)
47
- -s, --schemas, a comma separated list of schemas for processing
48
- (works only if connected to oracle as sysdba)
49
- -c, --config, path to scheme2ddl config file (xml)
50
- -f, --filter, filter for specific DDL objects
51
- every LIKE wildcard can be used
52
- -tf, --type-filter, filter for specific DDL object types
53
- -tfm, --type-filtermode, mode for type filter: include(default) or exclude
54
- --stop-on-warning, stop on getting DDL error (skip by default)
55
- -tc,--test-connection, test db connection available
56
- -version, print version info and exit
42
+ -help, -h print this message
43
+ -url, DB connection URL
44
+ example: scott/tiger@localhost:1521:ORCL
45
+ -o, --output, output dir
46
+ -p, --parallel, number of parallel thread (default 4)
47
+ -s, --schemas, a comma separated list of schemas for processing
48
+ (works only if connected to oracle as sysdba)
49
+ -c, --config, path to scheme2ddl config file (xml)
50
+ -f, --filter, filter for specific DDL objects
51
+ every LIKE wildcard can be used
52
+ -tf, --type-filter, filter for specific DDL object types
53
+ -tfm, --type-filtermode, mode for type filter: include(default) or exclude
54
+ --stop-on-warning, stop on getting DDL error (skip by default)
55
+ -rsv, replace actual filter values with 1
56
+ --replace-sequence-values,
57
+ -tc,--test-connection, test db connection available
58
+ -version, print version info and exit
57
59
58
60
59
61
0 commit comments