Skip Headers
Oracle® Warehouse Builder OMB*Plus Command Reference
11g Release 2 (11.2)

Part Number E14406-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
Mobi · ePub

OMBCREATE CMI_DEFINITION

Purpose

To create an CMI definition.

Prerequisites

Should be in the root context.

Syntax

createMIVDefinitionCommand =  OMBCREATE ( CMI_DEFINITION "QUOTED_STRING" 
          USING DEFINITION_FILE "QUOTED_STRING" ) [ SET "setPropertiesClause" ]
     setPropertiesClause =  PROPERTIES "(" "propertyNameList" ")" VALUES "(" 
          "propertyValueList" ")"
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
     propertyValueList =  "propertyValue" { "," "propertyValue" }
     propertyValue =  ( "QUOTED_STRING" | "INTEGER_LITERAL" | 
          "FLOATING_POINT_LITERAL" )

Parameters

createMIVDefinitionCommand

This command creates a CMI definition.

QUOTED_STRING

Name of the CMI definition to be created.

setPropertiesClause

Associate a set of properties with a CMI definition.

propertyNameList

Comma separated list of property names. Property names are unquoted.

propertyValueList

Comma separated list of property values.

propertyValue

Value of a property.