Schemas-ExportDmp
Command Reference
Description
Calls each RdbSchema resource to export its database schema to a dump package
Automates the schema export process useful for a data build from a reference database server.
Usage
ctl -t Rdb -o <objectname> -c Schemas-ExportDmp -buildstamp <> [-command <ExportDmp>] [-resourcetype <.*RdbSchema>]
Workflow
- dispatchCmd
Options
Option | Description | Type | Default |
---|---|---|---|
buildstamp |
Unique build identifier
identifies the buildstamp for exported schema as a versioned package. |
string | |
command |
Command to execute
default command to dispatch to the dependent schema for export. |
string | ExportDmp |
resourcetype |
Type of resource to dispatch
regular expression matching dependent schema object when dispatching the export command. |
string | .*RdbSchema |