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 PLUGGABLE_MAPPING_FOLDER

Purpose

Create a pluggable map folder in a project.

Prerequisites

1. The current context of scripting must be a project.

2. No concurrent user should be locking the project or any of its ancestors exclusively at the moment the map is being created.

3. The pluggable map folder name must not conflict with existing pluggable map folder names and the pluggable map folder names that concurrent user tries to use.

Syntax

createPluggableMappingLibraryCommand =  ( OMBCREATE ( 
          PLUGGABLE_MAPPING_FOLDER | PLUGGABLE_MAPPING_LIBRARY ) 
          "pluggableMapLibraryName" [ SET ( ( "setPropertiesClause" [ SET 
          "setReferenceIconSetClause" ] ) | "setReferenceIconSetClause" ) ] )
     pluggableMapLibraryName =  "QUOTED_STRING"
     setPropertiesClause =  PROPERTIES "propertyKeyList" VALUES 
          "propertyValueList"
     setReferenceIconSetClause =  ( REFERENCE | REF ) ICONSET "QUOTED_STRING"
     propertyKeyList =  "(" "propertyKey" { "," "propertyKey" } ")"
     propertyValueList =  "(" "propertyValue" { "," "propertyValue" } ")"
     propertyKey =  "UNQUOTED_STRING" | FILE_FORMAT
     propertyValue =  ( "QUOTED_STRING" | "INTEGER_LITERAL" | 
          "FLOATING_POINT_LITERAL" )

Parameters

createPluggableMappingLibraryCommand

Create a pluggable map folder in a project.

pluggableMapLibraryName

Name of the pluggable map folder.

setPropertiesClause

Describe the keys of properties for the map or objects in the map.

setReferenceIconSetClause

Set icon set for the pluggable map folder.

propertyKeyList

The list of property keys.

propertyValueList

A list of property values.

propertyKey

A property key for an object.

propertyKey

Basic properties for MAPPING: 

Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Business name of the mapping 

Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string

propertyValue

A single property value. It can be a number, float, boolean or single-quoted string.

See Also

OMBCREATE