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

Purpose

Retrieve metadata of a component.

Prerequisites

Can be in any context. Component to retrieve can be specified by either absolute or relative path.

Syntax

retrieveCommand =  OMBRETRIEVE "fco_type" "fco_name" { "sco_type" 
          "sco_name" } ( "getPropertiesClause" | "getSCOClause" )
     getPropertiesClause =  GET PROPERTIES "(" "propertyNameList" ")"
     getSCOClause =  GET [ ( REF | REFERENCE ) [ "qualifier" ] ] "sco_type" [ AT
           POSITION "pos" ]
     propertyNameList =  "propertyName" { "," "propertyName" }
     propertyName =  "UNQUOTED_STRING"

Parameters

retrieveCommand

Specify the component from which to retrieve metadata.

fco_type

The type of the component.

fco_name

The physical name of the component in single quotes.

getPropertiesClause

Retrieve properties of an object.

getSCOClause

Retrieve a list of child object names of a given type.

qualifier

Specify which reference to set, if there are more than one pointing to the same type.

propertyNameList

A list of property names.

propertyName

An unquoted string representing the name of a property.

See Also

OMBCREATE

OMBALTER