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 INFO level (no debug flag).

Debug logging is FINEST level (both log and debug flag).

-
-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