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

OMBRETRIEVE PLUGGABLE_MAPPING_FOLDER

Purpose

Retrieve details of pluggable map folder such as its business name and description.

Prerequisites

The current context of scripting must be a project.

Syntax

retrievePluggableMappingLibraryCommand =  OMBRETRIEVE ( 
          PLUGGABLE_MAPPING_FOLDER | PLUGGABLE_MAPPING_LIBRARY ) 
          "pluggableMapLibraryName" GET ( PROPERTIES "propertyKeyList" | 
          "getReferenceIconSetClause" )
     pluggableMapLibraryName =  "QUOTED_STRING"
     propertyKeyList =  "(" "propertyKey" { "," "propertyKey" } ")"
     getReferenceIconSetClause =  ( REF | REFERENCE ) ICONSET
     propertyKey =  "UNQUOTED_STRING" | FILE_FORMAT

Parameters

retrievePluggableMappingLibraryCommand

Retrieve the detail of a pluggable mapping folder such as its business name and description.

pluggableMapLibraryName

Name of the pluggable map folder.

propertyKeyList

The list of property keys.

getReferenceIconSetClause

Retrieve the icon set for the pluggable map folder.

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

See Also

OMBRETRIEVE