9.12.19 generate-ords-module
Generates the code necessary to reproduce a module and all children using
the ORDS APIs.
Syntax
Liquibase|lb generate-ords-module|geom {OPTIONS}
Options
Option | Description | Default |
---|---|---|
Required | ||
-module-name|-mon |
The module name for which to generate code. | - |
Optional | ||
-debug|-de |
Enable debug output. | - |
-exclude-enable-schema|-exes |
Dictates whether the enable_schema call will be included in the export. | - |
-exclude-privs|-exp |
Dictates whether privileges will be included in the export. | - |
-log|-lo |
Enable logging. Standard logging is Debug logging is |
- |
-overwrite-files|-ovf |
Overwrite any existing files in the directory. This will not affect other files. | - |
Example
Generate ORDS module object:
-- Set default output path
SQL> cd <output-files-path>
-- Generate XML files
SQL> lb generate-ords-module