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

OMBALTER PLUGGABLE_MAPPING_FOLDER

Purpose

Alter the content of a pluggable map folder.

Prerequisites

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

2. No concurrent user should be modifying the pluggable map folder.

Syntax

alterPluggableMappingLibraryCommand =  ( OMBALTER ( 
          PLUGGABLE_MAPPING_FOLDER | PLUGGABLE_MAPPING_LIBRARY ) 
          "pluggableMapLibraryName" ( ( "renameClause" [ 
          "alterPropertiesOrIconSetClause" ] ) | 
          "alterPropertiesOrIconSetClause" ) )
     pluggableMapLibraryName =  "QUOTED_STRING"
     renameClause =  RENAME TO "QUOTED_STRING"
     alterPropertiesOrIconSetClause =  ( SET ( ( "setPropertiesClause" [ ( SET 
          "setCodeTemplateClause" [ ( SET "setReferenceIconSetClause" ) | ( 
          UNSET "unsetReferenceIconSetClause" ) ] ) | ( SET 
          "setControlCodeTemplateClause" [ ( SET "setReferenceIconSetClause" ) |
           ( UNSET "unsetReferenceIconSetClause" ) ] ) | ( UNSET 
          "unsetCodeTemplateClause" [ ( SET "setReferenceIconSetClause" ) | ( 
          UNSET "unsetReferenceIconSetClause" ) ] ) | ( UNSET 
          "unsetControlCodeTemplateClause" [ ( SET "setReferenceIconSetClause" )
           | ( UNSET "unsetReferenceIconSetClause" ) ] ) | ( SET 
          "setReferenceIconSetClause" ) | ( UNSET "unsetReferenceIconSetClause" 
          ) ] ) | ( "setCodeTemplateClause" [ ( SET "setReferenceIconSetClause" 
          ) | ( UNSET "unsetReferenceIconSetClause" ) ] ) | ( 
          "setControlCodeTemplateClause" [ ( SET "setReferenceIconSetClause" ) |
           ( UNSET "unsetReferenceIconSetClause" ) ] ) | ( SET 
          "setReferenceIconSetClause" ) ) ) | UNSET ( "unsetCodeTemplateClause" 
          | "unsetControlCodeTemplateClause" [ ( SET "setReferenceIconSetClause"
           ) | ( UNSET "unsetReferenceIconSetClause" ) ] | 
          "unsetReferenceIconSetClause" )
     setPropertiesClause =  PROPERTIES "propertyKeyList" VALUES 
          "propertyValueList"
     setCodeTemplateClause =  ( REFERENCE | REF ) CODE_TEMPLATE "QUOTED_STRING" 
          | ( ( REFERENCE | REF ) CODE_TEMPLATE OPTIONS "(" "optionValueList" 
          ")" VALUES "(" "optionValueList" ")" )
     setReferenceIconSetClause =  ( REFERENCE | REF ) ICONSET "QUOTED_STRING"
     unsetReferenceIconSetClause =  ( REFERENCE | REF ) ICONSET
     setControlCodeTemplateClause =  ( REFERENCE | REF ) CONTROL_CODE_TEMPLATE 
          "QUOTED_STRING" | ( ( REFERENCE | REF ) CONTROL_CODE_TEMPLATE OPTIONS 
          "(" "optionValueList" ")" VALUES "(" "optionValueList" ")" )
     unsetCodeTemplateClause =  ( REFERENCE | REF ) CODE_TEMPLATE
     unsetControlCodeTemplateClause =  ( REFERENCE | REF ) CONTROL_CODE_TEMPLATE
     propertyKeyList =  "(" "propertyKey" { "," "propertyKey" } ")"
     propertyValueList =  "(" "propertyValue" { "," "propertyValue" } ")"
     optionValueList =  "propertyValue" { "," "propertyValue" }
     propertyKey =  "UNQUOTED_STRING" | FILE_FORMAT
     propertyValue =  ( "QUOTED_STRING" | "INTEGER_LITERAL" | 
          "FLOATING_POINT_LITERAL" )

Parameters

alterPluggableMappingLibraryCommand

Alter the content of a pluggable map folder.

pluggableMapLibraryName

Name of the pluggable map folder.

renameClause

Rename a mapping, mapping operator, mapping group, or mapping attribute.

alterPropertiesOrIconSetClause

Alter the properties, code template or icon set settings of the map.

setPropertiesClause

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

setReferenceIconSetClause

Set icon set for the pluggable map folder.

unsetReferenceIconSetClause

Unset icon set for the pluggable map folder.

propertyKeyList

The list of property keys.

propertyValueList

A list of property values.

optionValueList

Describe the list of option names or the option values for the code template.

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

OMBALTER