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_ACTION_PLAN

Purpose

Retrieve the details of an existing deployment action plan.

Prerequisites

There must be a current working project.

Syntax

RetrieveActionPlanCommand =  ( OMBRETRIEVE ( ( DEPLOYMENT_ACTION_PLAN | 
          ANALYZE_ACTION_PLAN | CORRECTION_SCHEMA_ACTION_PLAN | 
          CORRECTION_MAPS_ACTION_PLAN ) ) "QUOTED_STRING" ) ( "getActionsClause"
           | "retrieveActionClause" )
     getActionsClause =  GET ACTIONS
     retrieveActionClause =  ACTION "QUOTED_STRING" ( GET ( 
          "getPropertiesClause" | "getReferenceClause" ) )
     getPropertiesClause =  PROPERTIES "(" "propertyNameList" ")"
     getReferenceClause =  ( REF | REFERENCE )
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }

Parameters

RetrieveActionPlanCommand

Retrieve the details of an existing deployment action plan.

getActionsClause

Get a list of actions from an action plan.

retrieveActionClause

Retrieve a set of properties or the associated object of an action.

getPropertiesClause

Retrieve a set of properties that is associated with an action.

PROPERTIES

OPERATION, which specifies the type of action to be taken. DEPLOYMENT_LOCATION, which sets the target location for a Code Template.

getReferenceClause

Retrieve the object associated with an action.

propertyNameList

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