Oracle® Warehouse Builder OMB*Plus Command Reference 11g Release 2 (11.2) Part Number E14406-01 |
|
|
Mobi · ePub |
parseCreateCommand = OMUCREATE "objectType" [ SET "setPropertiesClause" ] objectType = "UNQUOTED_STRING" setPropertiesClause = PROPERTIES "(" "propertyNameList" ")" VALUES "(" "propertyValueList" ")" propertyNameList = "UNQUOTED_STRING" { "," "UNQUOTED_STRING" } propertyValueList = "propertyValue" { "," "propertyValue" } propertyValue = ( "QUOTED_STRING" | "INTEGER_LITERAL" | "FLOATING_POINT_LITERAL" )
Invoke the corresponding creation GUI for the object type. This command returns the type and name of the object(s) being created, or empty string if the GUI is cancelled.
The type of object to be created. This can be any component or folder. For examples, TABLE, VIEW, MAPPING, etc.
The list of property names to set.
Properties for LOCATION:
Name: TYPE
Type: STRING
Valid Values: See OMBCREATE LOCATION for valid values.
Default: 'ORACLE_DATABASE'
The type of system the location represents.
Properties for CONNECTOR:
Name: TYPE
Type: STRING
Valid Values: 'DB_CONNECTOR', 'DIRECTORY'
Default: 'DB_CONNECTOR'
The type of connector to create.
Properties for GATEWAY_MODULE:
Name: GATEWAY_TYPE
Type: STRING
Valid Values: See OMBCREATE GATEWAY_MODULE for valid values.
Default: N/A
The type of gateway module to create.