Schema Definition Commands Options

Run the script to build the schema in the database with the provided options.

Option Description
-p, /p, -property, or /property Optional. Specifies the property file. If not specified, the default property file is used, that is, be-jdbcdeploy.tra in the current directory.
-o Required. Specifies the schema output filename for deployment.
Tip
If you specify a directory path, the backing store scripts are generated in the specified directory and the last element of the path is taken as the schema output filename.
-c Optional. Specifies the absolute path to the CDD file. See Ontology Identifiers that Exceed the DBMS Maximum Column Length to understand when the CDD file is needed.
EARpath Required. The last option is always the EAR file path.
-h, /h, or /help Displays this help.
-ansi, /ansi Optional. If set to true, ANSI compatible SQL types are used during script generation.

Allowable values are true and false. For ANSI compatible databases, it is set to true by default.