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 CONFIGURATION_TEMPLATE

Purpose

Retrieve the details of the configuration template.

Prerequisites

None.

Syntax

retrieveConfigurationTemplateCommand =  OMBRETRIEVE CONFIGURATION_TEMPLATE 
          "QUOTED_STRING" ( "getPropertiesClause" | "getReferenceIconSetClause" 
          | "getTemplateValuesClause" )
     getPropertiesClause =  GET PROPERTIES "(" "propertyNameList" ")"
     getReferenceIconSetClause =  GET ( REF | REFERENCE ) ICONSET
     getTemplateValuesClause =  GET TEMPLATE_VALUES "(" "propertyNameList" ")" 
          FOR "getType" ON PLATFORM "QUOTED_STRING"
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
     getType =  "UNQUOTED_STRING"

Parameters

retrieveConfigurationTemplateCommand

This command retrieves the details of a configuration template.

getPropertiesClause

Retrieve a set of properties that is associated with a configuration template.

getPropertiesClause

Basic properties for CONFIGURATION_TEMPLATE:

Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: NAME
Business name of a configuration template 

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

getReferenceIconSetClause

Retrieve the Icon Set associated with a configuration template.

getTemplateValuesClause

Retrieve the values of the overriden properties.

propertyNameList

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

getType

The class definition that contains the property.

See Also

OMBLIST