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 DEPLOYMENT

Purpose

Retrieve details of the Deployment.

Prerequisites

Should be in the context of a Configuration.

Syntax

retrieveDeploymentCommand =  OMBRETRIEVE DEPLOYMENT "QUOTED_STRING" ( 
          "getPropertiesClause" | "getReferencedControlCenterClause" | 
          "getReferencedAgentClause" )
     getPropertiesClause =  GET PROPERTIES "(" "propertyNameList" ")"
     getReferencedControlCenterClause =  GET ( REF | REFERENCE ) CONTROL_CENTER
     getReferencedAgentClause =  GET ( REF | REFERENCE ) AGENT
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }

Parameters

retrieveDeploymentCommand

This command retrieves the details of a Deployment.

getPropertiesClause

Retrieve a set of properties that is associated with a Deployment.

getReferencedControlCenterClause

Retrieve the Control Center associated with a Deployment.

getReferencedAgentClause

Retrieve the Remote Agent associated with a Deployment.

propertyNameList

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

See Also

OMBLIST