registerDmp
Command Reference
Description
registers the dump file as an object
registers an exported schema as a package in the ControlTier package repository.
Usage
ctl -t RdbSchema -o <objectname> -c registerDmp [-buildstamp <>] [-dmp_file <>] [-packagetype <RdbData>] [-release <>] [-tstampformat <yyyymmddhhmm>] [-version <>]
Options
| Option | Description | Type | Default |
|---|---|---|---|
| buildstamp |
package build timestamp
Identifies the buildstamp to be assiged as the version of the data package. |
string | |
| dmp_file |
dumpfile
Identifies the dmp file to be created when schema is exported. |
string | |
| packagetype |
type name
Idenifies which data package type the package will be registered as, defaults to RdbData. |
string | RdbData |
| release | version release | string | |
| tstampformat | build timestamp format | string | yyyymmddhhmm |
| version | package version | string |


